BUG: Missing AC_SUBST commands added.
This commit is contained in:
parent
43d055eb7a
commit
722f923a9e
|
@ -80,6 +80,7 @@
|
||||||
#include "cmUseMangledMesaCommand.cxx"
|
#include "cmUseMangledMesaCommand.cxx"
|
||||||
#include "cmUtilitySourceCommand.cxx"
|
#include "cmUtilitySourceCommand.cxx"
|
||||||
#include "cmVariableRequiresCommand.cxx"
|
#include "cmVariableRequiresCommand.cxx"
|
||||||
|
#include "cmVTKCableWrapTclCommand.cxx"
|
||||||
#include "cmVTKMakeInstantiatorCommand.cxx"
|
#include "cmVTKMakeInstantiatorCommand.cxx"
|
||||||
#include "cmVTKWrapJavaCommand.cxx"
|
#include "cmVTKWrapJavaCommand.cxx"
|
||||||
#include "cmVTKWrapPythonCommand.cxx"
|
#include "cmVTKWrapPythonCommand.cxx"
|
||||||
|
@ -162,6 +163,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
|
||||||
commands.push_back(new cmUseMangledMesaCommand);
|
commands.push_back(new cmUseMangledMesaCommand);
|
||||||
commands.push_back(new cmUtilitySourceCommand);
|
commands.push_back(new cmUtilitySourceCommand);
|
||||||
commands.push_back(new cmVariableRequiresCommand);
|
commands.push_back(new cmVariableRequiresCommand);
|
||||||
|
commands.push_back(new cmVTKCableWrapTclCommand);
|
||||||
commands.push_back(new cmVTKMakeInstantiatorCommand);
|
commands.push_back(new cmVTKMakeInstantiatorCommand);
|
||||||
commands.push_back(new cmVTKWrapJavaCommand);
|
commands.push_back(new cmVTKWrapJavaCommand);
|
||||||
commands.push_back(new cmVTKWrapPythonCommand);
|
commands.push_back(new cmVTKWrapPythonCommand);
|
||||||
|
|
|
@ -1133,11 +1133,12 @@ cross_compiling=$ac_cv_prog_cc_cross
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# check non-g++ compilers to see if they have std::stringstream
|
# check non-g++ compilers to see if they have std::stringstream
|
||||||
CXXFLAGS_ORIG="$CXXFLAGS"
|
CXXFLAGS_ORIG="$CXXFLAGS"
|
||||||
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
||||||
echo $ac_n "checking for ansi standard C++ stringstream""... $ac_c" 1>&6
|
echo $ac_n "checking for ansi standard C++ stringstream""... $ac_c" 1>&6
|
||||||
echo "configure:1141: checking for ansi standard C++ stringstream" >&5
|
echo "configure:1142: checking for ansi standard C++ stringstream" >&5
|
||||||
|
|
||||||
ac_ext=C
|
ac_ext=C
|
||||||
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
||||||
|
@ -1147,7 +1148,7 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
|
||||||
cross_compiling=$ac_cv_prog_cxx_cross
|
cross_compiling=$ac_cv_prog_cxx_cross
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 1151 "configure"
|
#line 1152 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -1156,7 +1157,7 @@ int main() {
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:1160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:1161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
|
@ -1180,12 +1181,13 @@ cross_compiling=$ac_cv_prog_cc_cross
|
||||||
|
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
|
|
||||||
|
|
||||||
# check to see if stl is in the std namespace
|
# check to see if stl is in the std namespace
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
CXXFLAGS_ORIG="$CXXFLAGS"
|
CXXFLAGS_ORIG="$CXXFLAGS"
|
||||||
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
||||||
echo $ac_n "checking whether the std namespace is supported""... $ac_c" 1>&6
|
echo $ac_n "checking whether the std namespace is supported""... $ac_c" 1>&6
|
||||||
echo "configure:1189: checking whether the std namespace is supported" >&5
|
echo "configure:1191: checking whether the std namespace is supported" >&5
|
||||||
|
|
||||||
ac_ext=C
|
ac_ext=C
|
||||||
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
||||||
|
@ -1195,7 +1197,7 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
|
||||||
cross_compiling=$ac_cv_prog_cxx_cross
|
cross_compiling=$ac_cv_prog_cxx_cross
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 1199 "configure"
|
#line 1201 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
@ -1205,7 +1207,7 @@ int main() {
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:1209: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:1211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
|
@ -1230,12 +1232,13 @@ cross_compiling=$ac_cv_prog_cc_cross
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# check to see if for scoping is supported
|
# check to see if for scoping is supported
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
CXXFLAGS_ORIG="$CXXFLAGS"
|
CXXFLAGS_ORIG="$CXXFLAGS"
|
||||||
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
CXXFLAGS="$CMAKE_ANSI_CXXFLAGS $CXXFLAGS"
|
||||||
echo $ac_n "checking ansi for scope support""... $ac_c" 1>&6
|
echo $ac_n "checking ansi for scope support""... $ac_c" 1>&6
|
||||||
echo "configure:1239: checking ansi for scope support" >&5
|
echo "configure:1242: checking ansi for scope support" >&5
|
||||||
|
|
||||||
ac_ext=C
|
ac_ext=C
|
||||||
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
||||||
|
@ -1245,7 +1248,7 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
|
||||||
cross_compiling=$ac_cv_prog_cxx_cross
|
cross_compiling=$ac_cv_prog_cxx_cross
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 1249 "configure"
|
#line 1252 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
void foo() { for(int i;;); for(int i;;); }
|
void foo() { for(int i;;); for(int i;;); }
|
||||||
|
@ -1254,7 +1257,7 @@ int main() {
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:1258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:1261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
|
@ -1279,13 +1282,14 @@ cross_compiling=$ac_cv_prog_cc_cross
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# find make to use to build cmake, prefer gmake
|
# find make to use to build cmake, prefer gmake
|
||||||
for ac_prog in gmake make
|
for ac_prog in gmake make
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:1289: checking for $ac_word" >&5
|
echo "configure:1293: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -1459,6 +1463,10 @@ s%@CMAKE_ROOT_DIR@%$CMAKE_ROOT_DIR%g
|
||||||
s%@CMAKE_CONFIG_DIR@%$CMAKE_CONFIG_DIR%g
|
s%@CMAKE_CONFIG_DIR@%$CMAKE_CONFIG_DIR%g
|
||||||
s%@CMAKE_ANSI_CFLAGS@%$CMAKE_ANSI_CFLAGS%g
|
s%@CMAKE_ANSI_CFLAGS@%$CMAKE_ANSI_CFLAGS%g
|
||||||
s%@CMAKE_ANSI_CXXFLAGS@%$CMAKE_ANSI_CXXFLAGS%g
|
s%@CMAKE_ANSI_CXXFLAGS@%$CMAKE_ANSI_CXXFLAGS%g
|
||||||
|
s%@CMAKE_NO_ANSI_STREAM_HEADERS@%$CMAKE_NO_ANSI_STREAM_HEADERS%g
|
||||||
|
s%@CMAKE_NO_ANSI_STRING_STREAM@%$CMAKE_NO_ANSI_STRING_STREAM%g
|
||||||
|
s%@CMAKE_NO_STD_NAMESPACE@%$CMAKE_NO_STD_NAMESPACE%g
|
||||||
|
s%@CMAKE_NO_ANSI_FOR_SCOPE@%$CMAKE_NO_ANSI_FOR_SCOPE%g
|
||||||
s%@RUNMAKE@%$RUNMAKE%g
|
s%@RUNMAKE@%$RUNMAKE%g
|
||||||
|
|
||||||
CEOF
|
CEOF
|
||||||
|
|
|
@ -139,6 +139,7 @@ if test $ac_cv_prog_gxx = no; then
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
AC_SUBST(CMAKE_NO_ANSI_STREAM_HEADERS)
|
||||||
|
|
||||||
# check non-g++ compilers to see if they have std::stringstream
|
# check non-g++ compilers to see if they have std::stringstream
|
||||||
CXXFLAGS_ORIG="$CXXFLAGS"
|
CXXFLAGS_ORIG="$CXXFLAGS"
|
||||||
|
@ -156,6 +157,7 @@ AC_MSG_RESULT(no)
|
||||||
])
|
])
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
|
AC_SUBST(CMAKE_NO_ANSI_STRING_STREAM)
|
||||||
|
|
||||||
# check to see if stl is in the std namespace
|
# check to see if stl is in the std namespace
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
|
@ -176,6 +178,7 @@ if test $ac_cv_prog_gxx = no; then
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
AC_SUBST(CMAKE_NO_STD_NAMESPACE)
|
||||||
|
|
||||||
# check to see if for scoping is supported
|
# check to see if for scoping is supported
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
|
@ -195,6 +198,7 @@ if test $ac_cv_prog_gxx = no; then
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
CXXFLAGS="$CXXFLAGS_ORIG"
|
CXXFLAGS="$CXXFLAGS_ORIG"
|
||||||
fi
|
fi
|
||||||
|
AC_SUBST(CMAKE_NO_ANSI_FOR_SCOPE)
|
||||||
|
|
||||||
# find make to use to build cmake, prefer gmake
|
# find make to use to build cmake, prefer gmake
|
||||||
AC_PATH_PROGS(RUNMAKE, gmake make)
|
AC_PATH_PROGS(RUNMAKE, gmake make)
|
||||||
|
|
Loading…
Reference in New Issue