From: Roland McGrath Date: Sat, 23 Oct 2004 03:04:33 +0000 (+0000) Subject: 2004-10-22 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~1114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b189b569598a7deb461bbbdc6d42b72063dc8bd;p=thirdparty%2Fglibc.git 2004-10-22 Roland McGrath * configure.in: Cope if there are no sysdeps/*/preconfigure files. * configure: Regenerated. --- diff --git a/configure b/configure index e90ab67db0e..77d4ea47a4e 100755 --- 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 diff --git a/configure.in b/configure.in index d37cb8d7eeb..93b987ab17d 100644 --- a/configure.in +++ b/configure.in @@ -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