Skip to content

Commit 814691d

Browse files
committed
Run bootstrap.
1 parent 8453858 commit 814691d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for libmesh 0.9.5-rc2.
4+
# Generated by GNU Autoconf 2.69 for libmesh 0.9.5.
55
#
66
# Report bugs to <[email protected]>.
77
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
591591
# Identity of this package.
592592
PACKAGE_NAME='libmesh'
593593
PACKAGE_TARNAME='libmesh'
594-
PACKAGE_VERSION='0.9.5-rc2'
595-
PACKAGE_STRING='libmesh 0.9.5-rc2'
594+
PACKAGE_VERSION='0.9.5'
595+
PACKAGE_STRING='libmesh 0.9.5'
596596
PACKAGE_BUGREPORT='[email protected]'
597597
PACKAGE_URL='http://libmesh.github.io'
598598

@@ -1770,7 +1770,7 @@ if test "$ac_init_help" = "long"; then
17701770
# Omit some internal or obsolete options to make the list less imposing.
17711771
# This message is too long to be a string in the A/UX 3.1 sh.
17721772
cat <<_ACEOF
1773-
\`configure' configures libmesh 0.9.5-rc2 to adapt to many kinds of systems.
1773+
\`configure' configures libmesh 0.9.5 to adapt to many kinds of systems.
17741774

17751775
Usage: $0 [OPTION]... [VAR=VALUE]...
17761776

@@ -1841,7 +1841,7 @@ fi
18411841

18421842
if test -n "$ac_init_help"; then
18431843
case $ac_init_help in
1844-
short | recursive ) echo "Configuration of libmesh 0.9.5-rc2:";;
1844+
short | recursive ) echo "Configuration of libmesh 0.9.5:";;
18451845
esac
18461846
cat <<\_ACEOF
18471847

@@ -2159,7 +2159,7 @@ fi
21592159
test -n "$ac_init_help" && exit $ac_status
21602160
if $ac_init_version; then
21612161
cat <<\_ACEOF
2162-
libmesh configure 0.9.5-rc2
2162+
libmesh configure 0.9.5
21632163
generated by GNU Autoconf 2.69
21642164

21652165
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3231,7 +3231,7 @@ cat >config.log <<_ACEOF
32313231
This file contains any messages produced by compilers while
32323232
running configure, to aid debugging if configure makes a mistake.
32333233

3234-
It was created by libmesh $as_me 0.9.5-rc2, which was
3234+
It was created by libmesh $as_me 0.9.5, which was
32353235
generated by GNU Autoconf 2.69. Invocation command line was
32363236

32373237
$ $0 $@
@@ -4226,7 +4226,7 @@ fi
42264226

42274227
# Define the identity of the package.
42284228
PACKAGE='libmesh'
4229-
VERSION='0.9.5-rc2'
4229+
VERSION='0.9.5'
42304230

42314231

42324232
cat >>confdefs.h <<_ACEOF
@@ -39461,7 +39461,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3946139461
# report actual input values of CONFIG_FILES etc. instead of their
3946239462
# values after options handling.
3946339463
ac_log="
39464-
This file was extended by libmesh $as_me 0.9.5-rc2, which was
39464+
This file was extended by libmesh $as_me 0.9.5, which was
3946539465
generated by GNU Autoconf 2.69. Invocation command line was
3946639466

3946739467
CONFIG_FILES = $CONFIG_FILES
@@ -39528,7 +39528,7 @@ _ACEOF
3952839528
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3952939529
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3953039530
ac_cs_version="\\
39531-
libmesh config.status 0.9.5-rc2
39531+
libmesh config.status 0.9.5
3953239532
configured by $0, generated by GNU Autoconf 2.69,
3953339533
with options \\"\$ac_cs_config\\"
3953439534

0 commit comments

Comments
 (0)