From 9d96a880a1fc09d343fe5cfed9cc60fbdd80b508 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 18 May 2001 20:09:32 +0000 Subject: [PATCH] tell auto* about the test directory --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index ea3ba4e..531181c 100644 --- a/configure.in +++ b/configure.in @@ -20,5 +20,7 @@ case "$YACC" in ;; esac +AC_CONFIG_SUBDIRS(TESTS) + AC_OUTPUT(Makefile, [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) -- 2.49.0