From 1b189b569598a7deb461bbbdc6d42b72063dc8bd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 23 Oct 2004 03:04:33 +0000 Subject: [PATCH] 2004-10-22 Roland McGrath * configure.in: Cope if there are no sysdeps/*/preconfigure files. * configure: Regenerated. --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) 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 -- 2.47.2