about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-19 20:51:15 +0000
committerRoland McGrath <roland@gnu.org>2002-10-19 20:51:15 +0000
commita1ceed7aa29c1db5c7cd0c740a253899b6954630 (patch)
tree653fb7e5220d42bd742352034fcbbd87fa755932 /configure
parentf4b07664fb98e866ac8c97442118b32583b02071 (diff)
downloadglibc-a1ceed7aa29c1db5c7cd0c740a253899b6954630.tar.gz
glibc-a1ceed7aa29c1db5c7cd0c740a253899b6954630.tar.xz
glibc-a1ceed7aa29c1db5c7cd0c740a253899b6954630.zip
* configure.in: Call AC_CONFIG_SUBDIRS with empty argument
	and then set $subdirs directly, because the new Autoconf breaks
	compatibility in every way imaginable and insists on whining
	about usage that worked since the dawn of time.
	* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9f3df263d0..225c3b0efe 100755
--- a/configure
+++ b/configure
@@ -271,7 +271,7 @@ PACKAGE_STRING='GNU C Library (see version.h)'
 PACKAGE_BUGREPORT='glibc'
 
 ac_unique_file="include/features.h"
-ac_subdirs_all="$ac_subdirs_all $add_ons"
+ac_subdirs_all="$ac_subdirs_all "
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -1536,8 +1536,7 @@ fi
 
 
 
-subdirs="$subdirs $add_ons"
-
+subdirs="$subdirs  "
 add_ons_pfx=
 if test x"$add_ons" != x; then
   for f in $add_ons; do
@@ -1571,6 +1570,7 @@ echo "$as_me: error:
     # Test whether such a subdir really exists.
     if test -d $srcdir/$f; then
       add_ons_pfx="$add_ons_pfx $f/"
+                        subdirs="$subdirs $f"
     else
       { { echo "$as_me:$LINENO: error: add-on directory \"$f\" does not exist" >&5
 echo "$as_me: error: add-on directory \"$f\" does not exist" >&2;}