From 355ca868e6fb1072f617d86f84736c7982492866 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 16 Aug 2003 21:11:00 +0000 Subject: Integrate libhurd-slap, fix a couple of bugs. --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3