]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2004-10-22 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 23 Oct 2004 03:04:33 +0000 (03:04 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 23 Oct 2004 03:04:33 +0000 (03:04 +0000)
* configure.in: Cope if there are no sysdeps/*/preconfigure files.
* configure: Regenerated.

configure
configure.in

index e90ab67db0ec223c11cd2b9ba0e5e228c40dbf7b..77d4ea47a4eff8e0bc6c6866c37be2c78df98c9d 100755 (executable)
--- a/configure
+++ b/configure
@@ -10,6 +10,7 @@
 # collected together into a single shared add-on package.
 
 cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
+test x"$cpu_frags" = x'sysdeps/*/preconfigure' ||
 for frag in $cpu_frags; do
   echo "$as_me:$LINENO: result: ports add-on running preconfigure fragment $frag" >&5
 echo "${ECHO_T}ports add-on running preconfigure fragment $frag" >&6
index d37cb8d7eebe11c18971934b99378dfec541b3e5..93b987ab17df963eb8f4779d498bdd9408e13327 100644 (file)
@@ -11,6 +11,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # collected together into a single shared add-on package.
 
 cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
+test x"$cpu_frags" = x'sysdeps/*/preconfigure' ||
 for frag in $cpu_frags; do
   AC_MSG_RESULT(ports add-on running preconfigure fragment $frag)
   . $srcdir/$libc_add_on/$frag