summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-22 13:29:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-22 13:29:01 +0000
commitd551a2c6448080748f984d9c793f7133cdd415c3 (patch)
treec325db7b61b3e55740348b654453d2abe56a6952 /Build/source/texk/web2c
parent967085db16cf192c5b331dd0c1329a05c8ad99eb (diff)
remove AC_DECL_YYTEXT to avoid autoconf warning
git-svn-id: svn://tug.org/texlive/trunk@6732 c570f23f-e606-0410-a88d-b1316a301751
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.