diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-02-10 10:13:59 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-02-10 10:13:59 +0100 |
commit | 6d0cfa312e825753c07fbd00aa0da5810302465f (patch) | |
tree | 7bb77e5ed47294be3362cbcdd7439d3ec60b5686 /tests/lflags2.test | |
parent | c383211ab93ae36b3d9485da4101852db74ce0cc (diff) | |
parent | 6366a170d89eaaf6c3f119dc999035eb7d5a5800 (diff) | |
download | automake-6d0cfa312e825753c07fbd00aa0da5810302465f.tar.gz |
Merge branch 'python-tests-extend'
Conflicts:
tests/Makefile.am
tests/Makefile.in
tests/python11.test
tests/python2.test
tests/python8.test
tests/python9.test
Diffstat (limited to 'tests/lflags2.test')
-rwxr-xr-x | tests/lflags2.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lflags2.test b/tests/lflags2.test index 39f8a97f9..9e339f37c 100755 --- a/tests/lflags2.test +++ b/tests/lflags2.test @@ -29,6 +29,10 @@ echo 'extern int dummy;' >> lex.yy.c END chmod a+x fake-lex +# Remove Lex from the environment, so that it won't interfere +# with `make -e' below. +unset LEX || : + cat >> configure.in <<'END' AC_PROG_CXX # Simulate presence of Lex using our fake-lex script. |