- add new subdir, test7-win32dll
- modified: Makefile.in configure.in configure
This commit is contained in:
parent
f4c507d4ac
commit
6a281a02fb
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen
|
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen test7-win32dll
|
||||||
|
|
||||||
all: build_libltdl
|
all: build_libltdl
|
||||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
|
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
|
||||||
|
38
bochs-testing/plugin-test/configure
vendored
38
bochs-testing/plugin-test/configure
vendored
@ -6819,22 +6819,27 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|||||||
|
|
||||||
subdirs="$subdirs libltdl"
|
subdirs="$subdirs libltdl"
|
||||||
|
|
||||||
echo "$as_me:6822: checking if -no-undefined is required to build a shared library" >&5
|
CFLAGS="$CFLAGS $INCLDL"
|
||||||
|
CPPFLAGS="$CPPFLAGS $INCLDL"
|
||||||
|
CXXFLAGS="$CXXFLAGS $INCLDL"
|
||||||
|
LIBS="$LIBS $LIBLTDL"
|
||||||
|
|
||||||
|
echo "$as_me:6827: checking if -no-undefined is required to build a shared library" >&5
|
||||||
echo $ECHO_N "checking if -no-undefined is required to build a shared library... $ECHO_C" >&6
|
echo $ECHO_N "checking if -no-undefined is required to build a shared library... $ECHO_C" >&6
|
||||||
LT_LDFLAGS=
|
LT_LDFLAGS=
|
||||||
case $host in
|
case $host in
|
||||||
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
|
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
|
||||||
LT_LDFLAGS=-no-undefined
|
LT_LDFLAGS=-no-undefined
|
||||||
echo "$as_me:6828: result: yes" >&5
|
echo "$as_me:6833: result: yes" >&5
|
||||||
echo "${ECHO_T}yes" >&6
|
echo "${ECHO_T}yes" >&6
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "$as_me:6832: result: no" >&5
|
echo "$as_me:6837: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ac_config_files="$ac_config_files config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile"
|
ac_config_files="$ac_config_files config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll"
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# This file is a shell script that caches the results of configure
|
||||||
# tests run on this system so they can be shared between configure
|
# tests run on this system so they can be shared between configure
|
||||||
@ -6944,7 +6949,7 @@ rm -f confdef2opt.sed
|
|||||||
: ${CONFIG_STATUS=./config.status}
|
: ${CONFIG_STATUS=./config.status}
|
||||||
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
||||||
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
||||||
{ echo "$as_me:6947: creating $CONFIG_STATUS" >&5
|
{ echo "$as_me:6952: creating $CONFIG_STATUS" >&5
|
||||||
echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
||||||
cat >$CONFIG_STATUS <<_ACEOF
|
cat >$CONFIG_STATUS <<_ACEOF
|
||||||
#! $SHELL
|
#! $SHELL
|
||||||
@ -7111,7 +7116,7 @@ cat >>$CONFIG_STATUS <<\EOF
|
|||||||
echo "$ac_cs_version"; exit 0 ;;
|
echo "$ac_cs_version"; exit 0 ;;
|
||||||
--he | --h)
|
--he | --h)
|
||||||
# Conflict between --help and --header
|
# Conflict between --help and --header
|
||||||
{ { echo "$as_me:7114: error: ambiguous option: $1
|
{ { echo "$as_me:7119: error: ambiguous option: $1
|
||||||
Try \`$0 --help' for more information." >&5
|
Try \`$0 --help' for more information." >&5
|
||||||
echo "$as_me: error: ambiguous option: $1
|
echo "$as_me: error: ambiguous option: $1
|
||||||
Try \`$0 --help' for more information." >&2;}
|
Try \`$0 --help' for more information." >&2;}
|
||||||
@ -7130,7 +7135,7 @@ Try \`$0 --help' for more information." >&2;}
|
|||||||
ac_need_defaults=false;;
|
ac_need_defaults=false;;
|
||||||
|
|
||||||
# This is an error.
|
# This is an error.
|
||||||
-*) { { echo "$as_me:7133: error: unrecognized option: $1
|
-*) { { echo "$as_me:7138: error: unrecognized option: $1
|
||||||
Try \`$0 --help' for more information." >&5
|
Try \`$0 --help' for more information." >&5
|
||||||
echo "$as_me: error: unrecognized option: $1
|
echo "$as_me: error: unrecognized option: $1
|
||||||
Try \`$0 --help' for more information." >&2;}
|
Try \`$0 --help' for more information." >&2;}
|
||||||
@ -7173,7 +7178,8 @@ do
|
|||||||
"test4-interdep/Makefile" ) CONFIG_FILES="$CONFIG_FILES test4-interdep/Makefile" ;;
|
"test4-interdep/Makefile" ) CONFIG_FILES="$CONFIG_FILES test4-interdep/Makefile" ;;
|
||||||
"test5-execsymbols/Makefile" ) CONFIG_FILES="$CONFIG_FILES test5-execsymbols/Makefile" ;;
|
"test5-execsymbols/Makefile" ) CONFIG_FILES="$CONFIG_FILES test5-execsymbols/Makefile" ;;
|
||||||
"test6-ltdlopen/Makefile" ) CONFIG_FILES="$CONFIG_FILES test6-ltdlopen/Makefile" ;;
|
"test6-ltdlopen/Makefile" ) CONFIG_FILES="$CONFIG_FILES test6-ltdlopen/Makefile" ;;
|
||||||
*) { { echo "$as_me:7176: error: invalid argument: $ac_config_target" >&5
|
"test7-win32dll" ) CONFIG_FILES="$CONFIG_FILES test7-win32dll" ;;
|
||||||
|
*) { { echo "$as_me:7182: error: invalid argument: $ac_config_target" >&5
|
||||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||||
{ (exit 1); exit 1; }; };;
|
{ (exit 1); exit 1; }; };;
|
||||||
esac
|
esac
|
||||||
@ -7402,7 +7408,7 @@ done; }
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if test x"$ac_file" != x-; then
|
if test x"$ac_file" != x-; then
|
||||||
{ echo "$as_me:7405: creating $ac_file" >&5
|
{ echo "$as_me:7411: creating $ac_file" >&5
|
||||||
echo "$as_me: creating $ac_file" >&6;}
|
echo "$as_me: creating $ac_file" >&6;}
|
||||||
rm -f "$ac_file"
|
rm -f "$ac_file"
|
||||||
fi
|
fi
|
||||||
@ -7420,7 +7426,7 @@ echo "$as_me: creating $ac_file" >&6;}
|
|||||||
-) echo $tmp/stdin ;;
|
-) echo $tmp/stdin ;;
|
||||||
[\\/$]*)
|
[\\/$]*)
|
||||||
# Absolute (can't be DOS-style, as IFS=:)
|
# Absolute (can't be DOS-style, as IFS=:)
|
||||||
test -f "$f" || { { echo "$as_me:7423: error: cannot find input file: $f" >&5
|
test -f "$f" || { { echo "$as_me:7429: error: cannot find input file: $f" >&5
|
||||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
echo $f;;
|
echo $f;;
|
||||||
@ -7433,7 +7439,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
|||||||
echo $srcdir/$f
|
echo $srcdir/$f
|
||||||
else
|
else
|
||||||
# /dev/null tree
|
# /dev/null tree
|
||||||
{ { echo "$as_me:7436: error: cannot find input file: $f" >&5
|
{ { echo "$as_me:7442: error: cannot find input file: $f" >&5
|
||||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi;;
|
fi;;
|
||||||
@ -7524,7 +7530,7 @@ if test "$no_recursion" != yes; then
|
|||||||
# parts of a large source tree are present.
|
# parts of a large source tree are present.
|
||||||
test -d $srcdir/$ac_subdir || continue
|
test -d $srcdir/$ac_subdir || continue
|
||||||
|
|
||||||
{ echo "$as_me:7527: configuring in $ac_subdir" >&5
|
{ echo "$as_me:7533: configuring in $ac_subdir" >&5
|
||||||
echo "$as_me: configuring in $ac_subdir" >&6;}
|
echo "$as_me: configuring in $ac_subdir" >&6;}
|
||||||
case $srcdir in
|
case $srcdir in
|
||||||
.) ;;
|
.) ;;
|
||||||
@ -7546,7 +7552,7 @@ done; }
|
|||||||
|
|
||||||
if test -d ./$ac_subdir; then :;
|
if test -d ./$ac_subdir; then :;
|
||||||
else
|
else
|
||||||
{ { echo "$as_me:7549: error: cannot create \`pwd\`/$ac_subdir" >&5
|
{ { echo "$as_me:7555: error: cannot create \`pwd\`/$ac_subdir" >&5
|
||||||
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
@ -7577,7 +7583,7 @@ echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
|
|||||||
elif test -f $ac_sub_srcdir/configure.in; then
|
elif test -f $ac_sub_srcdir/configure.in; then
|
||||||
ac_sub_configure=$ac_configure
|
ac_sub_configure=$ac_configure
|
||||||
else
|
else
|
||||||
{ echo "$as_me:7580: WARNING: no configuration information is in $ac_subdir" >&5
|
{ echo "$as_me:7586: WARNING: no configuration information is in $ac_subdir" >&5
|
||||||
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
||||||
ac_sub_configure=
|
ac_sub_configure=
|
||||||
fi
|
fi
|
||||||
@ -7591,12 +7597,12 @@ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
|
|||||||
ac_sub_cache_file=$ac_dots$cache_file ;;
|
ac_sub_cache_file=$ac_dots$cache_file ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
{ echo "$as_me:7594: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
|
{ echo "$as_me:7600: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
|
||||||
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
|
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
|
||||||
# The eval makes quoting arguments work.
|
# The eval makes quoting arguments work.
|
||||||
eval $ac_sub_configure $ac_sub_configure_args \
|
eval $ac_sub_configure $ac_sub_configure_args \
|
||||||
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
|
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
|
||||||
{ { echo "$as_me:7599: error: $ac_sub_configure failed for $ac_subdir" >&5
|
{ { echo "$as_me:7605: error: $ac_sub_configure failed for $ac_subdir" >&5
|
||||||
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
|
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
@ -45,4 +45,4 @@ AC_SUBST(LDFLAGS)
|
|||||||
AC_SUBST(LIBS)
|
AC_SUBST(LIBS)
|
||||||
AC_SUBST(LT_LDFLAGS)
|
AC_SUBST(LT_LDFLAGS)
|
||||||
|
|
||||||
AC_OUTPUT(config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile)
|
AC_OUTPUT(config.h Makefile test1-static/Makefile test2-dynamic/Makefile test3-twomodules/Makefile test4-interdep/Makefile test5-execsymbols/Makefile test6-ltdlopen/Makefile test7-win32dll)
|
||||||
|
Loading…
Reference in New Issue
Block a user