summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-05-18 20:09:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-05-18 20:09:32 +0000
commit9d96a880a1fc09d343fe5cfed9cc60fbdd80b508 (patch)
tree745eba312cd834d54b782f96c66efcc92dbf1395 /configure.in
parent726e39c0c0d659f6e7a6e8e334d5f0ab91b774e5 (diff)
tell auto* about the test directory
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
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])