summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormarcus <marcus>2003-09-15 18:09:45 +0000
committermarcus <marcus>2003-09-15 18:09:45 +0000
commit4a72493526b593401a268664f0b4447703c0dc6e (patch)
treec2abaa934c0e0f6a20a41a0257a1f16b296027cf /configure.ac
parente5dc11cd069435b21476c9074ab8e1ade5be941f (diff)
doc/
Add more info on exec wortel/ Make more generic.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 204f4df..c06a7b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,6 +85,7 @@ esac
m4_include([libl4/headers.m4])
m4_include([libhurd-ihash/headers.m4])
m4_include([libhurd-slab/headers.m4])
+m4_include([libhurd-cap/headers.m4])
if test "x$missing_progs" != "x"; then
AC_MSG_ERROR([The following programs were not found:$missing_progs])
@@ -94,10 +95,11 @@ fi
AC_CONFIG_FILES([Makefile
libl4/ia32/Makefile libl4/Makefile
libc-parts/Makefile
+ libhurd-ihash/Makefile
+ libhurd-slab/Makefile
+ libhurd-cap/Makefile
laden/Makefile
wortel/Makefile
physmem/Makefile
- libhurd-slab/Makefile
- libhurd-ihash/Makefile
doc/Makefile])
AC_OUTPUT