summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormarcus <marcus>2004-03-18 02:45:37 +0000
committermarcus <marcus>2004-03-18 02:45:37 +0000
commitc55b186ce317f62193803c9bb607e8f882e4c3f4 (patch)
tree274c6c1f74f2c2959434a4d58848d9cbe65bedfc /configure.ac
parent82dcb58429439e48e973c6b9772f60d27db15d89 (diff)
2004-03-17 Marcus Brinkmann <marcus@gnu.org>
* configure.ac: Add include for libpthread/headers.m4. (AC_CONFIG_FILES): Add libpthread/Makefile. * Makefile.am (SUBDIRS): Add libpthread.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a9c65ce..383d9eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,7 @@ m4_include([libl4/headers.m4])
m4_include([libhurd-ihash/headers.m4])
m4_include([libhurd-slab/headers.m4])
m4_include([libhurd-cap/headers.m4])
+m4_include([libpthread/headers.m4])
if test "x$missing_progs" != "x"; then
AC_MSG_ERROR([The following programs were not found:$missing_progs])
@@ -119,6 +120,7 @@ AC_CONFIG_FILES([Makefile
libhurd-ihash/Makefile
libhurd-slab/Makefile
libhurd-cap/Makefile
+ libpthread/Makefile
laden/Makefile
wortel/Makefile
physmem/Makefile