summaryrefslogtreecommitdiffstats
path: root/c++/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-04-23 20:02:26 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-04-23 20:02:26 (GMT)
commit24edaaf9f03c74c1bcc6959ba355ac80be2e080f (patch)
treeff2869517330cbae853854899ac0fe45239374d0 /c++/configure
parentf980ab403a3dc56ecff2631fb664e78dc3cd0afe (diff)
downloadhdf5-24edaaf9f03c74c1bcc6959ba355ac80be2e080f.zip
hdf5-24edaaf9f03c74c1bcc6959ba355ac80be2e080f.tar.gz
hdf5-24edaaf9f03c74c1bcc6959ba355ac80be2e080f.tar.bz2
[svn-r5235] Purpose:
Update Description: Updated the way we used the AC_INIT macros so that it's current to the new standard way and not deprecated anymore. Also, added a test for some functions during parallel Fortran configure. This required the creation of an H5config_fortran.h file so that we can test for these... Platforms tested: Elena is going to test the changes to the fortran after she checks in her other code. I will test on SDSC machines after getting her code. The other changes were tested on Linux.
Diffstat (limited to 'c++/configure')
-rwxr-xr-xc++/configure364
1 files changed, 191 insertions, 173 deletions
diff --git a/c++/configure b/c++/configure
index c5cfc0f..b04c849 100755
--- a/c++/configure
+++ b/c++/configure
@@ -1,7 +1,9 @@
#! /bin/sh
# From configure.in Id: configure.in.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53.
+# Generated by GNU Autoconf 2.53 for HDF5 1.5.
+#
+# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -412,11 +414,11 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38}
# Identity of this package.
-PACKAGE_NAME=
-PACKAGE_TARNAME=
-PACKAGE_VERSION=
-PACKAGE_STRING=
-PACKAGE_BUGREPORT=
+PACKAGE_NAME='HDF5'
+PACKAGE_TARNAME='hdf5'
+PACKAGE_VERSION='1.5'
+PACKAGE_STRING='HDF5 1.5'
+PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
ac_unique_file="src/H5Library.cpp"
# Factoring default headers for most tests.
@@ -932,7 +934,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures this package to adapt to many kinds of systems.
+\`configure' configures HDF5 1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -992,7 +994,9 @@ _ACEOF
fi
if test -n "$ac_init_help"; then
-
+ case $ac_init_help in
+ short | recursive ) echo "Configuration of HDF5 1.5:";;
+ esac
cat <<\_ACEOF
Optional Features:
@@ -1026,6 +1030,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
+Report bugs to <hdfhelp@ncsa.uiuc.edu>.
_ACEOF
fi
@@ -1088,6 +1093,8 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
+HDF5 configure 1.5
+generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
@@ -1101,7 +1108,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by $as_me, which was
+It was created by HDF5 $as_me 1.5, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@
@@ -1371,6 +1378,16 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+
+
+
+
+
+
+
ac_aux_dir=
for ac_dir in ../bin $srcdir/../bin; do
if test -f $ac_dir/install-sh; then
@@ -1396,6 +1413,7 @@ ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
+
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
@@ -1485,60 +1503,60 @@ echo "$as_me: error: config.cache file is invalid" >&2;}
fi
case "$host_os" in
- aix4.*)
- host_os_novers=aix4.x
- ;;
- freebsd*)
- host_os_novers=freebsd
- ;;
- irix5.*)
- host_os_novers=irix5.x
- ;;
- irix6.*)
- host_os_novers=irix6.x
- ;;
- osf4.*)
- host_os_novers=osf4.x
- ;;
- osf5.*)
- host_os_novers=osf5.x
- ;;
- solaris2.*)
- host_os_novers=solaris2.x
- ;;
- *)
- host_os_novers=$host_os
- ;;
+ aix4.*)
+ host_os_novers=aix4.x
+ ;;
+ freebsd*)
+ host_os_novers=freebsd
+ ;;
+ irix5.*)
+ host_os_novers=irix5.x
+ ;;
+ irix6.*)
+ host_os_novers=irix6.x
+ ;;
+ osf4.*)
+ host_os_novers=osf4.x
+ ;;
+ osf5.*)
+ host_os_novers=osf5.x
+ ;;
+ solaris2.*)
+ host_os_novers=solaris2.x
+ ;;
+ *)
+ host_os_novers=$host_os
+ ;;
esac
DEFAULT_LIBS=""
host_config="none"
for f in $host_cpu-$host_vendor-$host_os \
- $host_cpu-$host_vendor-$host_os_novers \
- $host_vendor-$host_os \
+ $host_cpu-$host_vendor-$host_os_novers \
+ $host_vendor-$host_os \
$host_vendor-$host_os_novers \
- $host_cpu-$host_os \
+ $host_cpu-$host_os \
$host_cpu-$host_os_novers \
$host_cpu-$host_vendor \
- $host_os \
- $host_os_novers \
- $host_vendor \
- $host_cpu ; do
- echo "$as_me:$LINENO: checking for config $f" >&5
+ $host_os \
+ $host_os_novers \
+ $host_vendor \
+ $host_cpu ; do
+ echo "$as_me:$LINENO: checking for config $f" >&5
echo $ECHO_N "checking for config $f... $ECHO_C" >&6
- if test -f $srcdir/config/$f; then
- host_config=$srcdir/config/$f
- echo "$as_me:$LINENO: result: found" >&5
+ if test -f $srcdir/config/$f; then
+ host_config=$srcdir/config/$f
+ echo "$as_me:$LINENO: result: found" >&5
echo "${ECHO_T}found" >&6
- break
- fi
- echo "$as_me:$LINENO: result: no" >&5
+ break
+ fi
+ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
done
if test "X$host_config" != "Xnone"; then
- CXX_BASENAME="`echo $CXX |cut -f1 -d' ' |xargs basename 2>/dev/null`"
- . $host_config
+ CXX_BASENAME="`echo $CXX |cut -f1 -d' ' |xargs basename 2>/dev/null`"
+ . $host_config
fi
ac_ext=cc
@@ -4380,7 +4398,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4383 "configure"' > conftest.$ac_ext
+ echo '#line 4401 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -4921,7 +4939,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:4924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:4942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if test -s out/conftest.err; then
@@ -6732,7 +6750,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6735 "configure"
+#line 6753 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6830,7 +6848,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6833 "configure"
+#line 6851 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -7645,28 +7663,28 @@ fi
if test -z "$SEARCH"; then
- echo "$as_me:$LINENO: checking how make searches directories" >&5
+ echo "$as_me:$LINENO: checking how make searches directories" >&5
echo $ECHO_N "checking how make searches directories... $ECHO_C" >&6
- while true; do #for break
- cat >maketest <<EOF
+ while true; do #for break
+ cat >maketest <<EOF
VPATH=$srcdir/config $srcdir/src $srcdir/bin
.c.o:
- cp $< H5.o
+ cp $< H5.o
foo: H5.o
/bin/rm -f H5.o
@echo works
EOF
- if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
- SEARCH_RULE='VPATH='
- SEARCH_SEP=' '
- echo "$as_me:$LINENO: result: VPATH=DIR1 DIR2 ..." >&5
+ if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
+ SEARCH_RULE='VPATH='
+ SEARCH_SEP=' '
+ echo "$as_me:$LINENO: result: VPATH=DIR1 DIR2 ..." >&5
echo "${ECHO_T}VPATH=DIR1 DIR2 ..." >&6
- break
- fi
+ break
+ fi
- cat >maketest <<EOF
+ cat >maketest <<EOF
VPATH=$srcdir/config:$srcdir/src:$srcdir/bin
.c.o:
cp $< H5.o
@@ -7676,15 +7694,15 @@ foo: H5.o
@echo works
EOF
- if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
- SEARCH_RULE='VPATH='
- SEARCH_SEP=':'
- echo "$as_me:$LINENO: result: VPATH=DIR1:DIR2:..." >&5
+ if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
+ SEARCH_RULE='VPATH='
+ SEARCH_SEP=':'
+ echo "$as_me:$LINENO: result: VPATH=DIR1:DIR2:..." >&5
echo "${ECHO_T}VPATH=DIR1:DIR2:..." >&6
- break
- fi
+ break
+ fi
- cat >maketest <<EOF
+ cat >maketest <<EOF
.PATH: $srcdir/config $srcdir/src $srcdir/bin
.c.o:
cp $< H5.o
@@ -7693,26 +7711,26 @@ foo: H5.o
/bin/rm -f H5.o
@echo works
EOF
- if (MAKE= ${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
- SEARCH_RULE='.PATH: '
- SEARCH_SEP=' '
- echo "$as_me:$LINENO: result: .PATH: DIR1 DIR2 ..." >&5
+ if (MAKE= ${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
+ SEARCH_RULE='.PATH: '
+ SEARCH_SEP=' '
+ echo "$as_me:$LINENO: result: .PATH: DIR1 DIR2 ..." >&5
echo "${ECHO_T}.PATH: DIR1 DIR2 ..." >&6
- break
- fi
+ break
+ fi
- SEARCH_RULE='## SEARCH DISABLED: '
- SEARCH_SEP=' '
- echo "$as_me:$LINENO: result: it doesn't" >&5
+ SEARCH_RULE='## SEARCH DISABLED: '
+ SEARCH_SEP=' '
+ echo "$as_me:$LINENO: result: it doesn't" >&5
echo "${ECHO_T}it doesn't" >&6
- if test ! -f configure; then
- { { echo "$as_me:$LINENO: error: ${MAKE-make} requires the build and source directories to be the same" >&5
+ if test ! -f configure; then
+ { { echo "$as_me:$LINENO: error: ${MAKE-make} requires the build and source directories to be the same" >&5
echo "$as_me: error: ${MAKE-make} requires the build and source directories to be the same" >&2;}
{ (exit 1); exit 1; }; }
- fi
- break
- done
- rm maketest
+ fi
+ break
+ done
+ rm maketest
fi
echo "$as_me:$LINENO: checking for production mode" >&5
@@ -7724,32 +7742,32 @@ if test "${enable_production+set}" = set; then
fi;
case "X-$enable_production" in
- X-yes)
- echo "$as_me:$LINENO: result: \"production\"" >&5
+ X-yes)
+ echo "$as_me:$LINENO: result: \"production\"" >&5
echo "${ECHO_T}\"production\"" >&6
- CONFIG_MODE=production
- CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
- CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
- ;;
- X-|X-no)
- echo "$as_me:$LINENO: result: \"development\"" >&5
+ CONFIG_MODE=production
+ CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
+ CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
+ ;;
+ X-|X-no)
+ echo "$as_me:$LINENO: result: \"development\"" >&5
echo "${ECHO_T}\"development\"" >&6
- CONFIG_MODE=development
- CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
- CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
- ;;
- X-pg|X-profile)
- echo "$as_me:$LINENO: result: \"profile\"" >&5
+ CONFIG_MODE=development
+ CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
+ CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
+ ;;
+ X-pg|X-profile)
+ echo "$as_me:$LINENO: result: \"profile\"" >&5
echo "${ECHO_T}\"profile\"" >&6
- CONFIG_MODE=profile
- CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
- CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
- ;;
- *)
- echo "$as_me:$LINENO: result: \"user-defined\"" >&5
+ CONFIG_MODE=profile
+ CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
+ CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
+ ;;
+ *)
+ echo "$as_me:$LINENO: result: \"user-defined\"" >&5
echo "${ECHO_T}\"user-defined\"" >&6
- CONFIG_MODE="$X-enableval"
- ;;
+ CONFIG_MODE="$X-enableval"
+ ;;
esac
echo "$as_me:$LINENO: checking if should build only statically linked executables" >&5
@@ -7761,11 +7779,11 @@ if test "${enable_static_exec+set}" = set; then
fi;
if test "X$STATIC_EXEC" = "Xyes"; then
- echo "yes"
- LT_STATIC_EXEC="-all-static"
+ echo "yes"
+ LT_STATIC_EXEC="-all-static"
else
- echo "no"
- LT_STATIC_EXEC=""
+ echo "no"
+ LT_STATIC_EXEC=""
fi
@@ -7805,7 +7823,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo no
+ echo no
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -7813,8 +7831,8 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
( exit $ac_status )
- echo yes
- CXXFLAGS="${CXXFLAGS} -DOLD_HEADER_FILENAME"
+ echo yes
+ CXXFLAGS="${CXXFLAGS} -DOLD_HEADER_FILENAME"
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -7862,7 +7880,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo yes
+ echo yes
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -7870,8 +7888,8 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
( exit $ac_status )
- echo no
- CXXFLAGS="${CXXFLAGS} -DH5_NO_NAMESPACE"
+ echo no
+ CXXFLAGS="${CXXFLAGS} -DH5_NO_NAMESPACE"
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -7906,7 +7924,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo yes
+ echo yes
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -7914,8 +7932,8 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
( exit $ac_status )
- echo no
- CXXFLAGS="${CXXFLAGS} -DBOOL_NOTDEFINED"
+ echo no
+ CXXFLAGS="${CXXFLAGS} -DBOOL_NOTDEFINED"
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -7953,7 +7971,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo yes
+ echo yes
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -7961,8 +7979,8 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
( exit $ac_status )
- echo no
- CXXFLAGS="${CXXFLAGS} -DNO_STATIC_CAST"
+ echo no
+ CXXFLAGS="${CXXFLAGS} -DNO_STATIC_CAST"
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -8028,70 +8046,70 @@ echo "$as_me:$LINENO: checking make" >&5
echo $ECHO_N "checking make... $ECHO_C" >&6
if test "`${MAKE-make} --version -f /dev/null 2>/dev/null |\
- sed -n 1p|cut -c1-8`" = "GNU Make"; then
- echo "$as_me:$LINENO: result: GNU make" >&5
+ sed -n 1p|cut -c1-8`" = "GNU Make"; then
+ echo "$as_me:$LINENO: result: GNU make" >&5
echo "${ECHO_T}GNU make" >&6
- GMAKE=yes
- if test "X$GCC" = "Xyes"; then
- DEPEND=config/depend1
- else
- DEPEND=config/depend2
- fi
-else
- echo "$as_me:$LINENO: result: generic" >&5
+ GMAKE=yes
+ if test "X$GCC" = "Xyes"; then
+ DEPEND=config/depend1
+ else
+ DEPEND=config/depend2
+ fi
+else
+ echo "$as_me:$LINENO: result: generic" >&5
echo "${ECHO_T}generic" >&6
fi
if test -z "$DEPEND"; then
- echo "$as_me:$LINENO: checking how to include a makefile" >&5
+ echo "$as_me:$LINENO: checking how to include a makefile" >&5
echo $ECHO_N "checking how to include a makefile... $ECHO_C" >&6
- cat >makeinc <<EOF
+ cat >makeinc <<EOF
foo:
@:
EOF
- while true; do echo '.include <makeinc>' >maketest
- if (MAKE= ${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
- echo "$as_me:$LINENO: result: .include <FILE>" >&5
+ while true; do echo '.include <makeinc>' >maketest
+ if (MAKE= ${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
+ echo "$as_me:$LINENO: result: .include <FILE>" >&5
echo "${ECHO_T}.include <FILE>" >&6
- DEPEND=config/depend3
- break
- fi
+ DEPEND=config/depend3
+ break
+ fi
- echo 'include makeinc' >maketest
- if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
- echo "$as_me:$LINENO: result: include FILE" >&5
+ echo 'include makeinc' >maketest
+ if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
+ echo "$as_me:$LINENO: result: include FILE" >&5
echo "${ECHO_T}include FILE" >&6
- DEPEND=config/depend4
- break;
- fi
+ DEPEND=config/depend4
+ break;
+ fi
- echo "$as_me:$LINENO: result: you have a deficient make command" >&5
+ echo "$as_me:$LINENO: result: you have a deficient make command" >&5
echo "${ECHO_T}you have a deficient make command" >&6
- DEPEND=config/dependN
- break
- done
- rm makeinc maketest
+ DEPEND=config/dependN
+ break
+ done
+ rm makeinc maketest
fi
rm -f conftest core core.* *.core conftest.o conftest.c dummy.o $ac_clean_files
DYNAMIC_DIRS=""
if test -n "$LDFLAGS"; then
- for d in $LDFLAGS ; do
- case "$d" in
- -L*)
- d=`echo $d | sed -e 's/-L//g'`
- case "$d" in
- .*)
- d=${ROOT}/$d
- ;;
- esac
- DYNAMIC_DIRS="-R${d} $DYNAMIC_DIRS"
- ;;
- esac
- done
+ for d in $LDFLAGS ; do
+ case "$d" in
+ -L*)
+ d=`echo $d | sed -e 's/-L//g'`
+ case "$d" in
+ .*)
+ d=${ROOT}/$d
+ ;;
+ esac
+ DYNAMIC_DIRS="-R${d} $DYNAMIC_DIRS"
+ ;;
+ esac
+ done
fi
@@ -8099,15 +8117,15 @@ fi
CONCLUDE=config/conclude
if test -z "$SEARCH"; then
- SEARCH='$(srcdir) $(top_builddir)/src $(top_srcdir)/src'
- cmd='echo $SEARCH |sed "s/ /'$SEARCH_SEP'/g"'
- SEARCH="$SEARCH_RULE`eval $cmd`"
+ SEARCH='$(srcdir) $(top_builddir)/src $(top_srcdir)/src'
+ cmd='echo $SEARCH |sed "s/ /'$SEARCH_SEP'/g"'
+ SEARCH="$SEARCH_RULE`eval $cmd`"
fi
if test "X$GMAKE" = "Xyes"; then
- SETX=":"
+ SETX=":"
else
- SETX="set -x"
+ SETX="set -x"
fi
rm -f conftest conftest.o conftest.c core core.* *.core dummy.o
@@ -8473,7 +8491,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by $as_me, which was
+This file was extended by HDF5 $as_me 1.5, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8527,7 +8545,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-config.status
+HDF5 config.status 1.5
configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"