mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r14415] Changed default to enable-production to prepare for formal release.
Tested: kagiso only. Not need for h5committest since it is a configure simple change. If it works correct in kagiso, it should work the same for all other machines.
This commit is contained in:
parent
be4ca1f67e
commit
1feea1cfc1
6
configure
vendored
6
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 14290 2007-11-26 18:31:24Z epourmal .
|
||||
# From configure.in Id: configure.in 14402 2008-01-13 06:37:00Z koziol .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-rc1.
|
||||
#
|
||||
@ -22561,7 +22561,7 @@ fi
|
||||
|
||||
|
||||
case "X-$enable_production" in
|
||||
X-yes)
|
||||
X-|X-yes)
|
||||
enable_production="yes"
|
||||
{ echo "$as_me:$LINENO: result: production" >&5
|
||||
echo "${ECHO_T}production" >&6; }
|
||||
@ -22602,7 +22602,7 @@ echo "${ECHO_T}production" >&6; }
|
||||
H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS"
|
||||
H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS"
|
||||
;;
|
||||
X-|X-no)
|
||||
X-no)
|
||||
enable_production="no"
|
||||
{ echo "$as_me:$LINENO: result: development" >&5
|
||||
echo "${ECHO_T}development" >&6; }
|
||||
|
@ -1011,7 +1011,7 @@ AC_ARG_ENABLE(production,
|
||||
[Determines how to run the compiler.])])
|
||||
|
||||
case "X-$enable_production" in
|
||||
X-yes)
|
||||
X-|X-yes)
|
||||
enable_production="yes"
|
||||
AC_MSG_RESULT([production])
|
||||
|
||||
@ -1053,7 +1053,7 @@ case "X-$enable_production" in
|
||||
H5_CXXFLAGS="$H5_CXXFLAGS $PROD_CXXFLAGS"
|
||||
H5_FCFLAGS="$H5_FCFLAGS $PROD_FCFLAGS"
|
||||
;;
|
||||
X-|X-no)
|
||||
X-no)
|
||||
enable_production="no"
|
||||
AC_MSG_RESULT([development])
|
||||
CONFIG_MODE=development
|
||||
|
Loading…
x
Reference in New Issue
Block a user