summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormarcus <marcus>2003-08-16 21:11:00 +0000
committermarcus <marcus>2003-08-16 21:11:00 +0000
commit355ca868e6fb1072f617d86f84736c7982492866 (patch)
tree93a15ea4e288e9135850530c969a76a3cde2d472 /configure.ac
parent5cb6cefdf1fe5b3fbe622a131f676562021d8927 (diff)
Integrate libhurd-slap, fix a couple of bugs.
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