diff acinclude.m4 @ 9794:0d4613a736e9

convert build system to use automake and libtool
author John W. Eaton <jwe@octave.org>
date Tue, 10 Nov 2009 15:02:25 -0500
parents aclocal.m4@a307a6f77fb3
children bb70d16cca3b
line wrap: on
line diff
copy from aclocal.m4
copy to acinclude.m4
--- a/aclocal.m4
+++ b/acinclude.m4
@@ -569,7 +569,7 @@
   AC_PROG_LEX
   case "$LEX" in
     flex*)
-      LFLAGS="-t -I"
+      LFLAGS="-I"
       AC_MSG_RESULT([defining LFLAGS to be $LFLAGS])
       LEXLIB=
     ;;