mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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:
parent
d115c0d8f6
commit
1b189b5695
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user