* tests/mmodely.test: Fix the test on systems with no lex.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 24 Mar 2006 18:13:32 +0000 (18:13 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 24 Mar 2006 18:13:32 +0000 (18:13 +0000)
ChangeLog
tests/mmodely.test

index 149926a..cdc5176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-24  Stepan Kasal  <kasal@ucw.cz>
+
+       * tests/mmodely.test: Fix the test on systems with no lex.
+
 2006-03-23  Stepan Kasal  <kasal@ucw.cz>
 
        * automake.in (libtool_new_api): Fix a typo in the comment.
index fe8d96f..c27f049 100755 (executable)
@@ -74,6 +74,7 @@ $MAKE
 # per GNU Standard.
 $MAKE maintainer-clean
 ./configure
-YACC='echo>y.tab.c' LEX='echo>lex.yy.c' $MAKE -e zardoz.c joe.c
+YACC='echo>y.tab.c' LEX='echo>lex.yy.c' LEX_OUTPUT_ROOT='lex.yy' \
+   $MAKE -e zardoz.c joe.c
 grep zardoz.y zardoz.c
 grep joe.l joe.c