mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r9389] Purpose:
Regenerate Description: Regenerate with autoconf 2.53 (not [easily] available on tungsten) Platforms tested: Linux 2.4 (verbena) Too minor to require h5committest
This commit is contained in:
parent
951d6d826a
commit
a3db31b7ef
19
configure
vendored
19
configure
vendored
@ -8589,10 +8589,21 @@ echo "${ECHO_T}production" >&6
|
|||||||
CXXFLAGS=$CXXFLAGS_temp
|
CXXFLAGS=$CXXFLAGS_temp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
FFLAGS_temp=""
|
||||||
|
if test -n "$FFLAGS"; then
|
||||||
|
for d in $FFLAGS ; do
|
||||||
|
if test "X$d" != "X-g"; then
|
||||||
|
FFLAGS_temp="$FFLAGS_temp $d"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
FFLAGS=$FFLAGS_temp
|
||||||
|
fi
|
||||||
|
|
||||||
CONFIG_MODE=production
|
CONFIG_MODE=production
|
||||||
CFLAGS="$CFLAGS $PROD_CFLAGS"
|
CFLAGS="$CFLAGS $PROD_CFLAGS"
|
||||||
CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
|
|
||||||
CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
|
CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
|
||||||
|
CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
|
||||||
|
FFLAGS="$FFLAGS $PROD_FFLAGS"
|
||||||
;;
|
;;
|
||||||
X-|X-no)
|
X-|X-no)
|
||||||
enable_production="no"
|
enable_production="no"
|
||||||
@ -8600,8 +8611,9 @@ echo "${ECHO_T}production" >&6
|
|||||||
echo "${ECHO_T}development" >&6
|
echo "${ECHO_T}development" >&6
|
||||||
CONFIG_MODE=development
|
CONFIG_MODE=development
|
||||||
CFLAGS="$CFLAGS $DEBUG_CFLAGS"
|
CFLAGS="$CFLAGS $DEBUG_CFLAGS"
|
||||||
CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
|
|
||||||
CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
|
CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
|
||||||
|
CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
|
||||||
|
FFLAGS="$FFLAGS $DEBUG_FFLAGS"
|
||||||
;;
|
;;
|
||||||
X-pg|X-profile)
|
X-pg|X-profile)
|
||||||
enable_production="profile"
|
enable_production="profile"
|
||||||
@ -8609,8 +8621,9 @@ echo "${ECHO_T}development" >&6
|
|||||||
echo "${ECHO_T}profile" >&6
|
echo "${ECHO_T}profile" >&6
|
||||||
CONFIG_MODE=profile
|
CONFIG_MODE=profile
|
||||||
CFLAGS="$CFLAGS $PROFILE_CFLAGS"
|
CFLAGS="$CFLAGS $PROFILE_CFLAGS"
|
||||||
CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
|
|
||||||
CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
|
CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
|
||||||
|
CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
|
||||||
|
FFLAGS="$FFLAGS $PROFILE_FFLAGS"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
enable_production="user-defined"
|
enable_production="user-defined"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user