X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=8f8fab3e4c76a46ddee9a01c1e6c066d19274834;hb=4a6ee8b677fd7addc97fc0d245f95ddde3b5f8e4;hp=e5abd68f020fad3a8f54c622c43f4b3bd7a43005;hpb=7ff66e19d76edc0e84e4349c41a5b34d062b490a;p=secnet.git diff --git a/configure.ac b/configure.ac index e5abd68..8f8fab3 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_INIT(secnet,0.1.18+,secnet@chiark.greenend.org.uk) AC_CONFIG_SRCDIR(secnet.c) AC_CONFIG_HEADER(config.h) -SUBDIRMK_SUBDIRS([]) +SUBDIRMK_SUBDIRS([test-example mtest stest]) AC_PREREQ(2.50) AC_REVISION($Id: configure.in,v 1.4 2002/09/09 22:05:02 steve Exp $) @@ -43,7 +43,6 @@ fi AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_INSTALL -AC_PATH_PROG(RM,rm) AC_STDC_HEADERS AC_CHECK_HEADERS([stdint.h inttypes.h]) AC_CHECK_HEADERS([net/if.h net/route.h]) @@ -100,8 +99,9 @@ else AC_MSG_WARN([Disabling IPv6 support]) fi -AC_OUTPUT(common.make test-common.make - test-example/Makefile stest/Makefile mtest/Makefile, +SUBDIRMK_MAKEFILES(common.make) + +AC_OUTPUT(, echo timestamp >config.stamp) AH_TOP([