mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r24378] Fixed some commenting typos in configure.ac and reconfigured.
Tested on: 32-bit LE linux (jam) There are no code changes. A build/test was done just to confirm.
This commit is contained in:
parent
e6cace9ee4
commit
89f2019ecf
4
configure
vendored
4
configure
vendored
@ -30805,7 +30805,7 @@ if test -n "$cc_version_info"; then
|
||||
fi
|
||||
|
||||
|
||||
## Strip anything that looks like a flag off of $CC
|
||||
## Strip anything that looks like a flag off of $FC
|
||||
FC_NOFLAGS=`echo $FC | sed 's/ -.*//'`
|
||||
|
||||
if `echo $FC_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
|
||||
@ -30824,7 +30824,7 @@ if test -n "$fc_version_info"; then
|
||||
fi
|
||||
|
||||
|
||||
## Strip anything that looks like a flag off of $CC
|
||||
## Strip anything that looks like a flag off of $CXX
|
||||
CXX_NOFLAGS=`echo $CXX | sed 's/ -.*//'`
|
||||
|
||||
if `echo $CXX_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
|
||||
|
@ -4097,7 +4097,7 @@ if test -n "$cc_version_info"; then
|
||||
fi
|
||||
|
||||
AC_SUBST([FC_VERSION])
|
||||
## Strip anything that looks like a flag off of $CC
|
||||
## Strip anything that looks like a flag off of $FC
|
||||
FC_NOFLAGS=`echo $FC | sed 's/ -.*//'`
|
||||
|
||||
if `echo $FC_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
|
||||
@ -4116,7 +4116,7 @@ if test -n "$fc_version_info"; then
|
||||
fi
|
||||
|
||||
AC_SUBST([CXX_VERSION])
|
||||
## Strip anything that looks like a flag off of $CC
|
||||
## Strip anything that looks like a flag off of $CXX
|
||||
CXX_NOFLAGS=`echo $CXX | sed 's/ -.*//'`
|
||||
|
||||
if `echo $CXX_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user