summaryrefslogtreecommitdiff
path: root/libc/hurd-l4/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libc/hurd-l4/configure')
-rw-r--r--libc/hurd-l4/configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/libc/hurd-l4/configure b/libc/hurd-l4/configure
new file mode 100644
index 0000000..77d4ea4
--- /dev/null
+++ b/libc/hurd-l4/configure
@@ -0,0 +1,18 @@
+# This file is generated from configure.in by Autoconf. DO NOT EDIT!
+
+# The configure fragment in this file provides infrastructure for a glibc
+# add-on containing one or more glibc ports. Only these few script files
+# need exist in the top-level source directory of the add-on. The ports
+# themselves are contained entirely within their new sysdeps/ directories.
+# This makes it easy to take these few top-level files plus a new port's
+# additions to the sysdeps tree, and package a small add-on for that port.
+# The same infrastructure scripts work for any number of such glibc ports
+# 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
+ . $srcdir/$libc_add_on/$frag
+done