From bfd260bb5cd5c17b599e3e094175a82f1e8fcbff Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 4 Jan 2003 19:35:15 +0000 Subject: [PATCH] * configure.in: Don't set and AC_SUBST SUBDIRS. * configure: Regenerated. --- gdb/ChangeLog | 3 +++ gdb/configure | 35 ++++++++++++++++------------------- gdb/configure.in | 2 -- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7cee850..5ca3047 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2003-01-04 Mark Kettenis + * configure.in: Don't set and AC_SUBST SUBDIRS. + * configure: Regenerated. + * configure.in: Remove code dealing with shared libraries. * Makefile.in: Remove HLDFLAGS and HLDENV. * configure: Regenerated. diff --git a/gdb/configure b/gdb/configure index d3ebbc0..8c972d5 100755 --- a/gdb/configure +++ b/gdb/configure @@ -9852,8 +9852,6 @@ fi subdirs="doc testsuite $configdirs" -SUBDIRS=$subdirs - # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile # (NAT_FILE) is not set in config/*/*.m[ht] files, we link to an empty @@ -9907,12 +9905,12 @@ fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:9911: checking for Cygwin environment" >&5 +echo "configure:9909: checking for Cygwin environment" >&5 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -9940,19 +9938,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 CYGWIN= test "$ac_cv_cygwin" = yes && CYGWIN=yes echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 -echo "configure:9944: checking for mingw32 environment" >&5 +echo "configure:9942: checking for mingw32 environment" >&5 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_mingw32=yes else @@ -9971,7 +9969,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:9975: checking for executable suffix" >&5 +echo "configure:9973: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9981,7 +9979,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:9985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:9983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;; @@ -10023,7 +10021,7 @@ fi echo $ac_n "checking for iconv""... $ac_c" 1>&6 -echo "configure:10027: checking for iconv" >&5 +echo "configure:10025: checking for iconv" >&5 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10031,7 +10029,7 @@ else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat > conftest.$ac_ext < #include @@ -10041,7 +10039,7 @@ iconv_t cd = iconv_open("",""); iconv_close(cd); ; return 0; } EOF -if { (eval echo configure:10045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_func_iconv=yes else @@ -10053,7 +10051,7 @@ rm -f conftest* am_save_LIBS="$LIBS" LIBS="$LIBS -liconv" cat > conftest.$ac_ext < #include @@ -10063,7 +10061,7 @@ iconv_t cd = iconv_open("",""); iconv_close(cd); ; return 0; } EOF -if { (eval echo configure:10067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_lib_iconv=yes am_cv_func_iconv=yes @@ -10084,13 +10082,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6 EOF echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 -echo "configure:10088: checking for iconv declaration" >&5 +echo "configure:10086: checking for iconv declaration" >&5 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -10109,7 +10107,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:10113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:10111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* am_cv_proto_iconv_arg1="" else @@ -10402,7 +10400,6 @@ s%@host_makefile_frag@%%g /@target_makefile_frag@/r $target_makefile_frag s%@target_makefile_frag@%%g s%@frags@%$frags%g -s%@SUBDIRS@%$SUBDIRS%g s%@xm_h@%$xm_h%g s%@tm_h@%$tm_h%g s%@nm_h@%$nm_h%g diff --git a/gdb/configure.in b/gdb/configure.in index 566cbed..94cdef2 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -1247,8 +1247,6 @@ if test "x$target" = "x$host"; then fi AC_CONFIG_SUBDIRS($configdirs) -SUBDIRS=$subdirs -AC_SUBST(SUBDIRS) # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile # (NAT_FILE) is not set in config/*/*.m[ht] files, we link to an empty -- 2.7.4