Skip to content

Commit 2ee6ecd

Browse files
committed
Run bootstrap.
1 parent 110a0aa commit 2ee6ecd

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.71 for libmesh 1.8.0-pre.
3+
# Generated by GNU Autoconf 2.71 for libmesh 1.9.0-pre.
44
#
55
# Report bugs to <https://github.com/libMesh/libmesh/discussions>.
66
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
621621
# Identity of this package.
622622
PACKAGE_NAME='libmesh'
623623
PACKAGE_TARNAME='libmesh'
624-
PACKAGE_VERSION='1.8.0-pre'
625-
PACKAGE_STRING='libmesh 1.8.0-pre'
624+
PACKAGE_VERSION='1.9.0-pre'
625+
PACKAGE_STRING='libmesh 1.9.0-pre'
626626
PACKAGE_BUGREPORT='https://github.com/libMesh/libmesh/discussions'
627627
PACKAGE_URL='http://libmesh.github.io'
628628

@@ -1926,7 +1926,7 @@ if test "$ac_init_help" = "long"; then
19261926
# Omit some internal or obsolete options to make the list less imposing.
19271927
# This message is too long to be a string in the A/UX 3.1 sh.
19281928
cat <<_ACEOF
1929-
\`configure' configures libmesh 1.8.0-pre to adapt to many kinds of systems.
1929+
\`configure' configures libmesh 1.9.0-pre to adapt to many kinds of systems.
19301930

19311931
Usage: $0 [OPTION]... [VAR=VALUE]...
19321932

@@ -1998,7 +1998,7 @@ fi
19981998

19991999
if test -n "$ac_init_help"; then
20002000
case $ac_init_help in
2001-
short | recursive ) echo "Configuration of libmesh 1.8.0-pre:";;
2001+
short | recursive ) echo "Configuration of libmesh 1.9.0-pre:";;
20022002
esac
20032003
cat <<\_ACEOF
20042004

@@ -2381,7 +2381,7 @@ fi
23812381
test -n "$ac_init_help" && exit $ac_status
23822382
if $ac_init_version; then
23832383
cat <<\_ACEOF
2384-
libmesh configure 1.8.0-pre
2384+
libmesh configure 1.9.0-pre
23852385
generated by GNU Autoconf 2.71
23862386

23872387
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -3317,7 +3317,7 @@ cat >config.log <<_ACEOF
33173317
This file contains any messages produced by compilers while
33183318
running configure, to aid debugging if configure makes a mistake.
33193319

3320-
It was created by libmesh $as_me 1.8.0-pre, which was
3320+
It was created by libmesh $as_me 1.9.0-pre, which was
33213321
generated by GNU Autoconf 2.71. Invocation command line was
33223322

33233323
$ $0$ac_configure_args_raw
@@ -4973,7 +4973,7 @@ fi
49734973

49744974
# Define the identity of the package.
49754975
PACKAGE='libmesh'
4976-
VERSION='1.8.0-pre'
4976+
VERSION='1.9.0-pre'
49774977

49784978

49794979
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -61961,7 +61961,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6196161961
# report actual input values of CONFIG_FILES etc. instead of their
6196261962
# values after options handling.
6196361963
ac_log="
61964-
This file was extended by libmesh $as_me 1.8.0-pre, which was
61964+
This file was extended by libmesh $as_me 1.9.0-pre, which was
6196561965
generated by GNU Autoconf 2.71. Invocation command line was
6196661966

6196761967
CONFIG_FILES = $CONFIG_FILES
@@ -62030,7 +62030,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
6203062030
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6203162031
ac_cs_config='$ac_cs_config_escaped'
6203262032
ac_cs_version="\\
62033-
libmesh config.status 1.8.0-pre
62033+
libmesh config.status 1.9.0-pre
6203462034
configured by $0, generated by GNU Autoconf 2.71,
6203562035
with options \\"\$ac_cs_config\\"
6203662036

0 commit comments

Comments
 (0)