summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-14 12:38:17 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:09:20 +0200
commit522dd5510275d06ddd7180f6daae8ca5e1f65d7b (patch)
tree104908ffb5b77bdffa129b438d56cc6c6307c408 /m4
parentba60b8faab114719c9b082886603c50b524cff8f (diff)
downloadexternal_gettext-522dd5510275d06ddd7180f6daae8ca5e1f65d7b.zip
external_gettext-522dd5510275d06ddd7180f6daae8ca5e1f65d7b.tar.gz
external_gettext-522dd5510275d06ddd7180f6daae8ca5e1f65d7b.tar.bz2
Move m4/flex.m4 to gettext-tools/m4/flex.m4.
Diffstat (limited to 'm4')
-rw-r--r--m4/flex.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/m4/flex.m4 b/m4/flex.m4
deleted file mode 100644
index 096fab5..0000000
--- a/m4/flex.m4
+++ /dev/null
@@ -1,22 +0,0 @@
-# flex.m4 serial 1 (gettext-0.11)
-dnl Copyright (C) 2001-2002 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
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-# Check for flex.
-
-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)
-])