2009-06-16 Peter Breitenlohner * Makefile.am: detex.l provides yywrap, no need for $(LEXLIB). 2009-06-12 Peter Breitenlohner * Makefile.am (AM_CFLAGS): enable compiler warnings. * configure.ac: use AC_PROG_LEX instead of KPSE_PROG_LEX because 'flex -l' produces bad code (at least with flex-2.5.35). * detex.l: use ANSI C prototypes for all functions. (SeparateList): parentheses around assignment used as truth value. (TexOpen): avoid unused variables. 2009-05-27 Peter Breitenlohner Adapt to TL2009 build system. 2008-02-22 Peter Breitenlohner * configure.in: remove AC_DECL_YYTEXT to avoid autoconf warning. 2008-01-30 Peter Breitenlohner Convert from autoconf-2.13 to autoconf-2.59+: * Makefile.in: Add @configure_input@ line. * aclocal.m4 (new): Generated (aclocal -I ../m4). * configure: Regenerated (autoconf).