]> granicus.if.org Git - flex/commitdiff
tell auto* about the test directory
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 18 May 2001 20:09:32 +0000 (20:09 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 18 May 2001 20:09:32 +0000 (20:09 +0000)
configure.in

index ea3ba4eee4cc414acabe98488e59da7a9c50c0f6..531181c0747aecc0d1eb66945dfba7f590cb0ee6 100644 (file)
@@ -20,5 +20,7 @@ case "$YACC" in
   ;;
 esac
 
+AC_CONFIG_SUBDIRS(TESTS)
+
 AC_OUTPUT(Makefile,
 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])