summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5f70de..cb199c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([laden/laden.c])
AC_CONFIG_HEADER([config.h])
+AC_GNU_SOURCE
# Checks for programs.
AC_PROG_CC
@@ -51,8 +52,12 @@ case $host_cpu in
;;
esac
+# Create links for header file.
+m4_include([libhurd-slab/headers.m4])
+
# Checks for library functions.
AC_CONFIG_FILES([Makefile
laden/Makefile
- libl4/ia32/Makefile libl4/Makefile])
+ libl4/ia32/Makefile libl4/Makefile
+ libhurd-slab/Makefile])
AC_OUTPUT