summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/configure.in2
2 files changed, 4 insertions, 2 deletions
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.