]> granicus.if.org Git - flex/commitdiff
change references to TESTS/ to tests/ to account for the directory name changes
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 5 Jun 2001 20:39:16 +0000 (20:39 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 5 Jun 2001 20:39:16 +0000 (20:39 +0000)
Makefile.in
configure.in

index 83da6a656d454a470e97470e0feb4c16366ca9ad..41bf357bf5f293147c35a28e86a2bf51ec5020b5 100644 (file)
@@ -77,7 +77,7 @@ LINTSRCS = ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c \
 
 DISTFILES = README NEWS COPYING INSTALL FlexLexer.h \
        configure.in conf.in Makefile.in mkskel.sh flex.skl \
-       $(HEADERS) $(SOURCES) $(LIBSRCS) MISC TESTS \
+       $(HEADERS) $(SOURCES) $(LIBSRCS) MISC tests \
        flex.1 scan.c install.sh mkinstalldirs configure
 
 DIST_NAME = flex
@@ -224,13 +224,13 @@ maintainer-clean: distclean
        rm -f $(FLEX).man skel.c flex*.tar.gz flex*.tar.Z
 
 TESTclean:
-       if test -e "TESTS/Makefile" ; then \
-               cd TESTS && $(MAKE) clean ; \
+       if test -e "tests/Makefile" ; then \
+               cd tests && $(MAKE) clean ; \
        fi
 
 TESTdistclean:
-       if test -e "TESTS/Makefile" ; then \
-               cd TESTS && $(MAKE) distclean  ; \
+       if test -e "tests/Makefile" ; then \
+               cd tests && $(MAKE) distclean  ; \
        fi
 
 
index 531181c0747aecc0d1eb66945dfba7f590cb0ee6..818244ac09a7e3462ffa1cd0fc046cdcf20e5729 100644 (file)
@@ -20,7 +20,7 @@ case "$YACC" in
   ;;
 esac
 
-AC_CONFIG_SUBDIRS(TESTS)
+AC_CONFIG_SUBDIRS(tests)
 
 AC_OUTPUT(Makefile,
 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])