summaryrefslogtreecommitdiff
path: root/Build/source/texk/lacheck
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lacheck')
-rw-r--r--Build/source/texk/lacheck/ChangeLog4
-rw-r--r--Build/source/texk/lacheck/configure.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/lacheck/ChangeLog b/Build/source/texk/lacheck/ChangeLog
index bd82e6fb330..d847327fae2 100644
--- a/Build/source/texk/lacheck/ChangeLog
+++ b/Build/source/texk/lacheck/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * configure.in: remove AC_DECL_YYTEXT to avoid autoconf warning.
+
2008-01-30 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
diff --git a/Build/source/texk/lacheck/configure.in b/Build/source/texk/lacheck/configure.in
index ddbcaf1c591..c5afc0247e1 100644
--- a/Build/source/texk/lacheck/configure.in
+++ b/Build/source/texk/lacheck/configure.in
@@ -9,7 +9,6 @@ AC_C_CHAR_UNSIGNED
AC_CHECK_SIZEOF(long)
AC_PROG_YACC
AC_PROG_LEX
-AC_DECL_YYTEXT
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
dnl Update stamp-auto, since we just remade `c-auto.h'.