X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=8f8fab3e4c76a46ddee9a01c1e6c066d19274834;hb=4a6ee8b677fd7addc97fc0d245f95ddde3b5f8e4;hp=9c65460ea9cd8d0d6e2e3695dc135d87995ae845;hpb=3af7483b2b8e093f79f133f6f2f496e5ce203eb1;p=secnet.git diff --git a/configure.ac b/configure.ac index 9c65460..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 $) @@ -99,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([