summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-24 10:45:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:14 +0200
commitbbb04b62b3ddfabd30cf4c489b9ba6bd0b034061 (patch)
tree2de0d2707599a8c9a7806760d15b1caeb670ca34 /gettext-tools
parent63cc1298fcdc58b5748e0da01d35ef42cc264a1e (diff)
downloadexternal_gettext-bbb04b62b3ddfabd30cf4c489b9ba6bd0b034061.zip
external_gettext-bbb04b62b3ddfabd30cf4c489b9ba6bd0b034061.tar.gz
external_gettext-bbb04b62b3ddfabd30cf4c489b9ba6bd0b034061.tar.bz2
Remove workaround, not needed with current automake any more.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/m4/ChangeLog5
-rw-r--r--gettext-tools/m4/flex.m410
2 files changed, 7 insertions, 8 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog
index fad7cea..d92ac16 100644
--- a/gettext-tools/m4/ChangeLog
+++ b/gettext-tools/m4/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-22 Bruno Haible <bruno@clisp.org>
+
+ * flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed
+ any more with automake-1.7.2.
+
2003-02-19 Bruno Haible <bruno@clisp.org>
* stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in
diff --git a/gettext-tools/m4/flex.m4 b/gettext-tools/m4/flex.m4
index 096fab5..d3409a9 100644
--- a/gettext-tools/m4/flex.m4
+++ b/gettext-tools/m4/flex.m4
@@ -1,5 +1,5 @@
-# flex.m4 serial 1 (gettext-0.11)
-dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
+# flex.m4 serial 2 (gettext-0.12)
+dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -13,10 +13,4 @@ AC_DEFUN([gt_PROG_LEX],
dnl Don't use AC_PROG_LEX or AM_PROG_LEX; we insist on flex.
dnl Thus we don't need LEXLIB.
AC_CHECK_PROG(LEX, flex, flex, :)
-
- dnl The next line is a workaround against an automake warning.
- undefine([AC_DECL_YYTEXT])
- dnl Replacement for AC_DECL_YYTEXT.
- LEX_OUTPUT_ROOT=lex.yy
- AC_SUBST(LEX_OUTPUT_ROOT)
])