Skip to content

Commit 73f4bb4

Browse files
committed
Run bootstrap.
1 parent d7570b1 commit 73f4bb4

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.0.0-rc2.
3+
# Generated by GNU Autoconf 2.69 for libmesh 1.0.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.0.0-rc2'
594-
PACKAGE_STRING='libmesh 1.0.0-rc2'
593+
PACKAGE_VERSION='1.0.0'
594+
PACKAGE_STRING='libmesh 1.0.0'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL='http://libmesh.github.io'
597597

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

18131813
Usage: $0 [OPTION]... [VAR=VALUE]...
18141814

@@ -1879,7 +1879,7 @@ fi
18791879

18801880
if test -n "$ac_init_help"; then
18811881
case $ac_init_help in
1882-
short | recursive ) echo "Configuration of libmesh 1.0.0-rc2:";;
1882+
short | recursive ) echo "Configuration of libmesh 1.0.0:";;
18831883
esac
18841884
cat <<\_ACEOF
18851885

@@ -2202,7 +2202,7 @@ fi
22022202
test -n "$ac_init_help" && exit $ac_status
22032203
if $ac_init_version; then
22042204
cat <<\_ACEOF
2205-
libmesh configure 1.0.0-rc2
2205+
libmesh configure 1.0.0
22062206
generated by GNU Autoconf 2.69
22072207

22082208
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3274,7 +3274,7 @@ cat >config.log <<_ACEOF
32743274
This file contains any messages produced by compilers while
32753275
running configure, to aid debugging if configure makes a mistake.
32763276

3277-
It was created by libmesh $as_me 1.0.0-rc2, which was
3277+
It was created by libmesh $as_me 1.0.0, which was
32783278
generated by GNU Autoconf 2.69. Invocation command line was
32793279

32803280
$ $0 $@
@@ -4306,7 +4306,7 @@ fi
43064306

43074307
# Define the identity of the package.
43084308
PACKAGE='libmesh'
4309-
VERSION='1.0.0-rc2'
4309+
VERSION='1.0.0'
43104310

43114311

43124312
cat >>confdefs.h <<_ACEOF
@@ -43194,7 +43194,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4319443194
# report actual input values of CONFIG_FILES etc. instead of their
4319543195
# values after options handling.
4319643196
ac_log="
43197-
This file was extended by libmesh $as_me 1.0.0-rc2, which was
43197+
This file was extended by libmesh $as_me 1.0.0, which was
4319843198
generated by GNU Autoconf 2.69. Invocation command line was
4319943199

4320043200
CONFIG_FILES = $CONFIG_FILES
@@ -43261,7 +43261,7 @@ _ACEOF
4326143261
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4326243262
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4326343263
ac_cs_version="\\
43264-
libmesh config.status 1.0.0-rc2
43264+
libmesh config.status 1.0.0
4326543265
configured by $0, generated by GNU Autoconf 2.69,
4326643266
with options \\"\$ac_cs_config\\"
4326743267

0 commit comments

Comments
 (0)