[BZ #1358]
[glibc.git] / configure
blob77d4ea47a4eff8e0bc6c6866c37be2c78df98c9d
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
3 # The configure fragment in this file provides infrastructure for a glibc
4 # add-on containing one or more glibc ports.  Only these few script files
5 # need exist in the top-level source directory of the add-on.  The ports
6 # themselves are contained entirely within their new sysdeps/ directories.
7 # This makes it easy to take these few top-level files plus a new port's
8 # additions to the sysdeps tree, and package a small add-on for that port.
9 # The same infrastructure scripts work for any number of such glibc ports
10 # collected together into a single shared add-on package.
12 cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
13 test x"$cpu_frags" = x'sysdeps/*/preconfigure' ||
14 for frag in $cpu_frags; do
15   echo "$as_me:$LINENO: result: ports add-on running preconfigure fragment $frag" >&5
16 echo "${ECHO_T}ports add-on running preconfigure fragment $frag" >&6
17   . $srcdir/$libc_add_on/$frag
18 done