Regenerated configure & VC projects.

Misc property fixes.
This commit is contained in:
res2002
2006-06-17 18:23:38 +00:00
parent 495349f97d
commit ec56a978f7
55 changed files with 12284 additions and 13570 deletions

245
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for bullet 1.1.2006.0319.
# Generated by GNU Autoconf 2.59 for bullet 1.5.6.
#
# Report bugs to <bullet@erwincoumans.com>.
#
@@ -271,8 +271,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='bullet'
PACKAGE_TARNAME='bullet'
PACKAGE_VERSION='1.1.2006.0319'
PACKAGE_STRING='bullet 1.1.2006.0319'
PACKAGE_VERSION='1.5.6'
PACKAGE_STRING='bullet 1.5.6'
PACKAGE_BUGREPORT='bullet@erwincoumans.com'
ac_unique_file="mk/jam/build.jam"
@@ -313,7 +313,7 @@ ac_includes_default="\
# include <unistd.h>
#endif"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL DLLWRAP ac_ct_DLLWRAP WINDRES ac_ct_WINDRES STRINGS ac_ct_STRINGS LIBTOOL_TEST ac_ct_LIBTOOL_TEST LIBTOOL_PATH LIBTOOL ac_ct_LIBTOOL CS_LT_APPLE APPLE_LIBTOOL MKDIR MKDIRS INSTALL DOXYGEN DOT ac_ct_DOT PERL TTREE CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS EGREP LIBOBJS LTLIBOBJS'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL DLLWRAP ac_ct_DLLWRAP WINDRES ac_ct_WINDRES STRINGS ac_ct_STRINGS OBJCOPY ac_ct_OBJCOPY LIBTOOL_TEST ac_ct_LIBTOOL_TEST LIBTOOL_PATH LIBTOOL ac_ct_LIBTOOL CS_LT_APPLE APPLE_LIBTOOL MKDIR MKDIRS INSTALL DOXYGEN DOT ac_ct_DOT PERL TTREE CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS EGREP LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -790,7 +790,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures bullet 1.1.2006.0319 to adapt to many kinds of systems.
\`configure' configures bullet 1.5.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -855,7 +855,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bullet 1.1.2006.0319:";;
short | recursive ) echo "Configuration of bullet 1.5.6:";;
esac
cat <<\_ACEOF
@@ -980,7 +980,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
bullet configure 1.1.2006.0319
bullet configure 1.5.6
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -994,7 +994,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bullet $as_me 1.1.2006.0319, which was
It was created by bullet $as_me 1.5.6, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -3263,6 +3263,7 @@ echo "$as_me: error: Could not find a usable C++ compiler." >&2;}
fi
if test -n "$CXX"; then
cs_build_prop_val="\$(CMD.C++)"
cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
@@ -3314,7 +3315,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cs_build_ok=no
for cs_build_item in `echo @-shared@@ | sed 'y% %#%'`
for cs_build_item in `echo @-shared $cs_cv_prog_cxx_pic@@ | sed 'y% %#%'`
do
set filler `echo "$cs_build_item" | awk 'BEGIN { FS="@" }
@@ -4305,11 +4306,11 @@ fi
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRINGS+set}" = set; then
if test "${ac_cv_prog_OBJCOPY+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$STRINGS"; then
ac_cv_prog_STRINGS="$STRINGS" # Let the user override the test.
if test -n "$OBJCOPY"; then
ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
@@ -4318,7 +4319,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_prog_STRINGS="$ac_tool_prefix$ac_prog"
ac_cv_prog_OBJCOPY="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@@ -4327,31 +4328,31 @@ done
fi
fi
STRINGS=$ac_cv_prog_STRINGS
if test -n "$STRINGS"; then
echo "$as_me:$LINENO: result: $STRINGS" >&5
echo "${ECHO_T}$STRINGS" >&6
OBJCOPY=$ac_cv_prog_OBJCOPY
if test -n "$OBJCOPY"; then
echo "$as_me:$LINENO: result: $OBJCOPY" >&5
echo "${ECHO_T}$OBJCOPY" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$STRINGS" && break
test -n "$OBJCOPY" && break
done
fi
if test -z "$STRINGS"; then
ac_ct_STRINGS=$STRINGS
if test -z "$OBJCOPY"; then
ac_ct_OBJCOPY=$OBJCOPY
for ac_prog in objcopy
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRINGS+set}" = set; then
if test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_STRINGS"; then
ac_cv_prog_ac_ct_STRINGS="$ac_ct_STRINGS" # Let the user override the test.
if test -n "$ac_ct_OBJCOPY"; then
ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
@@ -4360,7 +4361,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_prog_ac_ct_STRINGS="$ac_prog"
ac_cv_prog_ac_ct_OBJCOPY="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@@ -4369,19 +4370,19 @@ done
fi
fi
ac_ct_STRINGS=$ac_cv_prog_ac_ct_STRINGS
if test -n "$ac_ct_STRINGS"; then
echo "$as_me:$LINENO: result: $ac_ct_STRINGS" >&5
echo "${ECHO_T}$ac_ct_STRINGS" >&6
ac_ct_OBJCOPY=$ac_cv_prog_ac_ct_OBJCOPY
if test -n "$ac_ct_OBJCOPY"; then
echo "$as_me:$LINENO: result: $ac_ct_OBJCOPY" >&5
echo "${ECHO_T}$ac_ct_OBJCOPY" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$ac_ct_STRINGS" && break
test -n "$ac_ct_OBJCOPY" && break
done
STRINGS=$ac_ct_STRINGS
OBJCOPY=$ac_ct_OBJCOPY
fi
cs_build_prop_val="$OBJCOPY"
@@ -5241,6 +5242,180 @@ fi
fi
#----------------------------------------------------------------------------
# Check if C++ exceptions can be disabled.
#----------------------------------------------------------------------------
echo "$as_me:$LINENO: checking how to disable C++ exceptions" >&5
echo $ECHO_N "checking how to disable C++ exceptions... $ECHO_C" >&6
if test "${cs_cv_prog_cxx_disable_exceptions_ok+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_ext=cc
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cs_cflags_save="$CXXFLAGS"
cs_lflags_save="$LDFLAGS"
cs_libs_save="$LIBS"
cs_build_ok=no
for cs_build_item in `echo @-fno-exceptions@@ | sed 'y% %#%'`
do
set filler `echo "$cs_build_item" | awk 'BEGIN { FS="@" }
{ for (i=1; i <= NF; ++i)
{ if ($i == "") print "filler"; else print $i } }'`
shift
if test $# -eq 0; then
cs_dummy=''
else
if test "$1" = filler; then
cs_dummy=''
else
cs_dummy=$1
fi
shift
fi
if test $# -eq 0; then
cs_cflags_test=''
else
if test "$1" = filler; then
cs_cflags_test=''
else
cs_cflags_test=$1
fi
shift
fi
if test $# -eq 0; then
cs_lflags_test=''
else
if test "$1" = filler; then
cs_lflags_test=''
else
cs_lflags_test=$1
fi
shift
fi
if test $# -eq 0; then
cs_libs_test=''
else
if test "$1" = filler; then
cs_libs_test=''
else
cs_libs_test=$1
fi
shift
fi
cs_cflags_test=`echo $cs_cflags_test | sed 'y%#% %'`
cs_lflags_test=`echo $cs_lflags_test | sed 'y%#% %'`
cs_libs_test=`echo $cs_libs_test | sed 'y%#% %'`
CXXFLAGS="$cs_cflags_test $cs_cflags_save"
LDFLAGS="$cs_lflags_test $cs_lflags_save"
LIBS="$cs_libs_test $cs_libs_save"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -z "$ac_cxx_werror_flag"
|| test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cs_build_ok=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test $cs_build_ok = yes; then
break
fi
done
CXXFLAGS=$cs_cflags_save
LDFLAGS=$cs_lflags_save
LIBS=$cs_libs_save
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test $cs_build_ok = yes; then
cs_build_cflags=`echo x$cs_cflags_test | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
cs_build_lflags=`echo x$cs_lflags_test | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
cs_build_libs=`echo x$cs_libs_test | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
cs_cv_prog_cxx_disable_exceptions=`echo x$cs_build_cflags $cs_build_lflags $cs_build_libs | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
cs_cv_prog_cxx_disable_exceptions_ok="$cs_cv_prog_cxx_disable_exceptions"
else
cs_cv_prog_cxx_disable_exceptions=''
cs_cv_prog_cxx_disable_exceptions_ok=no
fi
fi
echo "$as_me:$LINENO: result: $cs_cv_prog_cxx_disable_exceptions_ok" >&5
echo "${ECHO_T}$cs_cv_prog_cxx_disable_exceptions_ok" >&6
if test "$cs_cv_prog_cxx_disable_exceptions_ok" != no; then
cs_build_prop_val="$cs_cv_prog_cxx_disable_exceptions"
cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
if test -n "$cs_build_prop_val"; then
cs_jamconfig_text="${cs_jamconfig_text}COMPILER.C++FLAGS.EXCEPTIONS.DISABLE ?= \"$cs_build_prop_val\" ;
"
fi
cs_build_prop_val="$cs_cv_prog_cxx_disable_exceptions"
cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'`
if test -n "$cs_build_prop_val"; then
cs_jamconfig_text="${cs_jamconfig_text}COMPILER.C++FLAGS += \"$cs_build_prop_val\" ;
"
fi
fi
#----------------------------------------------------------------------------
# Determine system type
#----------------------------------------------------------------------------
@@ -8855,7 +9030,7 @@ fi
# Windows?
if test $cs_host_family = windows; then
cs_win32_gl=`echo @@@-lopengl32 | sed 'y% %#%'`
cs_win32_glu=`echo @@@-lglu32 | sed 'y% %#%'`
fi
@@ -9723,7 +9898,7 @@ cs_jamconfig_text="${cs_jamconfig_text}PACKAGE_NAME ?= \"$PACKAGE_NAME\" ;
"
cs_jamconfig_text="${cs_jamconfig_text}PACKAGE_COPYRIGHT ?= \"$PACKAGE_COPYRIGHT\" ;
"
for cs_veritem in 1 1 2006 0319; do
for cs_veritem in 1 5 6; do
cs_jamconfig_text="${cs_jamconfig_text}PACKAGE_VERSION_LIST += \"$cs_veritem\" ;
"
done
@@ -10100,7 +10275,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by bullet $as_me 1.1.2006.0319, which was
This file was extended by bullet $as_me 1.5.6, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10163,7 +10338,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
bullet config.status 1.1.2006.0319
bullet config.status 1.5.6
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -10426,6 +10601,8 @@ s,@WINDRES@,$WINDRES,;t t
s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
s,@STRINGS@,$STRINGS,;t t
s,@ac_ct_STRINGS@,$ac_ct_STRINGS,;t t
s,@OBJCOPY@,$OBJCOPY,;t t
s,@ac_ct_OBJCOPY@,$ac_ct_OBJCOPY,;t t
s,@LIBTOOL_TEST@,$LIBTOOL_TEST,;t t
s,@ac_ct_LIBTOOL_TEST@,$ac_ct_LIBTOOL_TEST,;t t
s,@LIBTOOL_PATH@,$LIBTOOL_PATH,;t t