Hello,
  I ran the Automake testsuite on a system where flex was not installed
and one test failed. The following patch fixes it.

Have a nice day,
        Stepan
2006-03-21  Stepan Kasal  <[EMAIL PROTECTED]>

        * tests/mmodely.test: Fix the test on systems with no lex.

Index: tests/mmodely.test
===================================================================
RCS file: /cvsroot/automake/automake/tests/mmodely.test,v
retrieving revision 1.2
diff -u -r1.2 mmodely.test
--- tests/mmodely.test  14 May 2005 20:28:55 -0000      1.2
+++ tests/mmodely.test  21 Mar 2006 13:26:28 -0000
@@ -74,6 +74,6 @@
 # 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

Reply via email to