summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-06-30 19:26:38 (GMT)
committerGitHub <noreply@github.com>2022-06-30 19:26:38 (GMT)
commit015240e790c8cee1a34c7e201cc68701e8e46120 (patch)
tree45f4dbb10a32eeb0dcbfc7747493458b82306029 /configure.ac
parent552833213c979e9df3e03cc6ea3a2ec1f3847121 (diff)
downloadhdf5-015240e790c8cee1a34c7e201cc68701e8e46120.zip
hdf5-015240e790c8cee1a34c7e201cc68701e8e46120.tar.gz
hdf5-015240e790c8cee1a34c7e201cc68701e8e46120.tar.bz2
Minor configure comment tweaks from autoupdate (#1838)
The autoupdate script identified some cruft that was unchanged in the comments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c25b711..fa99e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -782,7 +782,7 @@ HDF_CXX=no
## AC_PROG_CXX defines some macros that Automake 1.9.x uses and will
## miss even if c++ is not enabled.
AC_PROG_CXX
-AC_PROG_CXXCPP ## this is checked for when AC_HEADER_STDC is done
+AC_PROG_CXXCPP
AC_MSG_CHECKING([if c++ interface enabled])
@@ -907,7 +907,7 @@ esac
## ----------------------------------------------------------------------
## Check which archiving tool to use. This needs to be done before
-## the AM_PROG_LIBTOOL macro.
+## the LT_INIT macro.
##
if test -z "$AR"; then
AC_CHECK_PROGS([AR], [ar xar], [:], [$PATH])