* sysdeps/unix/sysv/linux/alpha/register-dump.h: New file.
[glibc.git] / configure.in
blobd37cb8d7eebe11c18971934b99378dfec541b3e5
1 dnl glibc add-on configure.in fragment for a ports add-on.
2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
4 # The configure fragment in this file provides infrastructure for a glibc
5 # add-on containing one or more glibc ports.  Only these few script files
6 # need exist in the top-level source directory of the add-on.  The ports
7 # themselves are contained entirely within their new sysdeps/ directories.
8 # This makes it easy to take these few top-level files plus a new port's
9 # additions to the sysdeps tree, and package a small add-on for that port.
10 # The same infrastructure scripts work for any number of such glibc ports
11 # collected together into a single shared add-on package.
13 cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
14 for frag in $cpu_frags; do
15   AC_MSG_RESULT(ports add-on running preconfigure fragment $frag)
16   . $srcdir/$libc_add_on/$frag
17 done