2004-10-22 Roland McGrath <roland@frob.com>

* configure.in: Cope if there are no sysdeps/*/preconfigure files.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath 2004-10-23 03:04:33 +00:00
parent d115c0d8f6
commit 1b189b5695
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -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

View 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