Skip to content

Commit 941e959

Browse files
committed
Run bootstrap.
1 parent a1879af commit 941e959

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,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for libmesh 1.1.0-rc2.
3+
# Generated by GNU Autoconf 2.69 for libmesh 1.1.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='libmesh'
592592
PACKAGE_TARNAME='libmesh'
593-
PACKAGE_VERSION='1.1.0-rc2'
594-
PACKAGE_STRING='libmesh 1.1.0-rc2'
593+
PACKAGE_VERSION='1.1.0'
594+
PACKAGE_STRING='libmesh 1.1.0'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL='http://libmesh.github.io'
597597

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

18231823
Usage: $0 [OPTION]... [VAR=VALUE]...
18241824

@@ -1889,7 +1889,7 @@ fi
18891889

18901890
if test -n "$ac_init_help"; then
18911891
case $ac_init_help in
1892-
short | recursive ) echo "Configuration of libmesh 1.1.0-rc2:";;
1892+
short | recursive ) echo "Configuration of libmesh 1.1.0:";;
18931893
esac
18941894
cat <<\_ACEOF
18951895

@@ -2214,7 +2214,7 @@ fi
22142214
test -n "$ac_init_help" && exit $ac_status
22152215
if $ac_init_version; then
22162216
cat <<\_ACEOF
2217-
libmesh configure 1.1.0-rc2
2217+
libmesh configure 1.1.0
22182218
generated by GNU Autoconf 2.69
22192219

22202220
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3286,7 +3286,7 @@ cat >config.log <<_ACEOF
32863286
This file contains any messages produced by compilers while
32873287
running configure, to aid debugging if configure makes a mistake.
32883288

3289-
It was created by libmesh $as_me 1.1.0-rc2, which was
3289+
It was created by libmesh $as_me 1.1.0, which was
32903290
generated by GNU Autoconf 2.69. Invocation command line was
32913291

32923292
$ $0 $@
@@ -4318,7 +4318,7 @@ fi
43184318

43194319
# Define the identity of the package.
43204320
PACKAGE='libmesh'
4321-
VERSION='1.1.0-rc2'
4321+
VERSION='1.1.0'
43224322

43234323

43244324
cat >>confdefs.h <<_ACEOF
@@ -43976,7 +43976,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4397643976
# report actual input values of CONFIG_FILES etc. instead of their
4397743977
# values after options handling.
4397843978
ac_log="
43979-
This file was extended by libmesh $as_me 1.1.0-rc2, which was
43979+
This file was extended by libmesh $as_me 1.1.0, which was
4398043980
generated by GNU Autoconf 2.69. Invocation command line was
4398143981

4398243982
CONFIG_FILES = $CONFIG_FILES
@@ -44043,7 +44043,7 @@ _ACEOF
4404344043
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4404444044
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4404544045
ac_cs_version="\\
44046-
libmesh config.status 1.1.0-rc2
44046+
libmesh config.status 1.1.0
4404744047
configured by $0, generated by GNU Autoconf 2.69,
4404844048
with options \\"\$ac_cs_config\\"
4404944049

0 commit comments

Comments
 (0)