]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove workaround, not needed with current automake any more.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 10:45:16 +0000 (10:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:14 +0000 (12:10 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/flex.m4

index fad7cea89dc252865201ad7389c399219dd24079..d92ac16e5fe8e8d6968b639139919595720ed904 100644 (file)
@@ -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
index 096fab51b1c7444970e63212495cd214202dc891..d3409a9057b3267e4ea8f4d75bb395e53c537aff 100644 (file)
@@ -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)
 ])