Skip to content

Commit 61ebd75

Browse files
committed
bootstrap for v0.9.4
1 parent 722b6e9 commit 61ebd75

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

configure

Lines changed: 10 additions & 10 deletions
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.4-rc2.
4+
# Generated by GNU Autoconf 2.69 for libmesh 0.9.4.
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.4-rc2'
595-
PACKAGE_STRING='libmesh 0.9.4-rc2'
594+
PACKAGE_VERSION='0.9.4'
595+
PACKAGE_STRING='libmesh 0.9.4'
596596
PACKAGE_BUGREPORT='[email protected]'
597597
PACKAGE_URL='http://libmesh.github.io'
598598

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

17481748
Usage: $0 [OPTION]... [VAR=VALUE]...
17491749

@@ -1814,7 +1814,7 @@ fi
18141814

18151815
if test -n "$ac_init_help"; then
18161816
case $ac_init_help in
1817-
short | recursive ) echo "Configuration of libmesh 0.9.4-rc2:";;
1817+
short | recursive ) echo "Configuration of libmesh 0.9.4:";;
18181818
esac
18191819
cat <<\_ACEOF
18201820

@@ -2112,7 +2112,7 @@ fi
21122112
test -n "$ac_init_help" && exit $ac_status
21132113
if $ac_init_version; then
21142114
cat <<\_ACEOF
2115-
libmesh configure 0.9.4-rc2
2115+
libmesh configure 0.9.4
21162116
generated by GNU Autoconf 2.69
21172117

21182118
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3184,7 +3184,7 @@ cat >config.log <<_ACEOF
31843184
This file contains any messages produced by compilers while
31853185
running configure, to aid debugging if configure makes a mistake.
31863186

3187-
It was created by libmesh $as_me 0.9.4-rc2, which was
3187+
It was created by libmesh $as_me 0.9.4, which was
31883188
generated by GNU Autoconf 2.69. Invocation command line was
31893189

31903190
$ $0 $@
@@ -4177,7 +4177,7 @@ fi
41774177

41784178
# Define the identity of the package.
41794179
PACKAGE='libmesh'
4180-
VERSION='0.9.4-rc2'
4180+
VERSION='0.9.4'
41814181

41824182

41834183
cat >>confdefs.h <<_ACEOF
@@ -36620,7 +36620,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3662036620
# report actual input values of CONFIG_FILES etc. instead of their
3662136621
# values after options handling.
3662236622
ac_log="
36623-
This file was extended by libmesh $as_me 0.9.4-rc2, which was
36623+
This file was extended by libmesh $as_me 0.9.4, which was
3662436624
generated by GNU Autoconf 2.69. Invocation command line was
3662536625

3662636626
CONFIG_FILES = $CONFIG_FILES
@@ -36687,7 +36687,7 @@ _ACEOF
3668736687
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3668836688
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3668936689
ac_cs_version="\\
36690-
libmesh config.status 0.9.4-rc2
36690+
libmesh config.status 0.9.4
3669136691
configured by $0, generated by GNU Autoconf 2.69,
3669236692
with options \\"\$ac_cs_config\\"
3669336693

0 commit comments

Comments
 (0)