summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/detex/ChangeLog4
-rw-r--r--Build/source/texk/detex/configure.in1
-rw-r--r--Build/source/texk/lacheck/ChangeLog4
-rw-r--r--Build/source/texk/lacheck/configure.in1
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/configure.in2
6 files changed, 12 insertions, 4 deletions
diff --git a/Build/source/texk/detex/ChangeLog b/Build/source/texk/detex/ChangeLog
index 096c2572610..a29cea8f6e7 100644
--- a/Build/source/texk/detex/ChangeLog
+++ b/Build/source/texk/detex/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/detex/configure.in b/Build/source/texk/detex/configure.in
index 761824f6e87..c90812c25ea 100644
--- a/Build/source/texk/detex/configure.in
+++ b/Build/source/texk/detex/configure.in
@@ -10,7 +10,6 @@ AC_PROG_MAKE_SET
AC_PROG_LN_S
AC_PROG_LEX
-AC_DECL_YYTEXT
AC_HEADER_TIME
sinclude(../kpathsea/withenable.ac)
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'.
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 12d22da1b60..5b0b89df157 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/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-02-14 Karl Berry <karl@tug.org>
* tex.ch (max_font_max): increase to 5000.
diff --git a/Build/source/texk/web2c/configure.in b/Build/source/texk/web2c/configure.in
index fe0f5aad783..9671603b042 100644
--- a/Build/source/texk/web2c/configure.in
+++ b/Build/source/texk/web2c/configure.in
@@ -43,8 +43,6 @@ AC_CHECK_FUNCS(strerror gettimeofday ftime mkstemp mktemp)
AC_TYPE_SIGNAL
-# AC_DECL_YYTEXT is just used to set LEX_OUTPUT_ROOT.
-AC_DECL_YYTEXT
pb_AC_ASM_UNDERSCORE
dnl pdfTeX likes inline functions in C code.