summaryrefslogtreecommitdiff
path: root/m4/lex.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
committerAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
commit4b893ecec7069c9fbba3fc5e2e91b660108a7846 (patch)
treee40e03fdea9f3ec8c2d33f63c1985bd8cce3aa09 /m4/lex.m4
parent4dcad717d7aba3bff076c7db3bf6e6ec527d3a12 (diff)
downloadautomake-4b893ecec7069c9fbba3fc5e2e91b660108a7846.tar.gz
* m4: Quote properly the name of the macros being defined.
Use `#' instead of `dnl' where appropriate. * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just quote. Don't quote passive characters. Pull the AC_PREREQ outside the macro. * m4/init.m4: Pull the AC_PREREQ outside the macro.
Diffstat (limited to 'm4/lex.m4')
-rw-r--r--m4/lex.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/lex.m4 b/m4/lex.m4
index f3c20e5c8..78f051001 100644
--- a/m4/lex.m4
+++ b/m4/lex.m4
@@ -1,9 +1,9 @@
## Replacement for AC_PROG_LEX and AC_DECL_YYTEXT
## by Alexandre Oliva <oliva@dcc.unicamp.br>
-dnl AM_PROG_LEX
-dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
-AC_DEFUN(AM_PROG_LEX,
+# AM_PROG_LEX
+# Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
+AC_DEFUN([AM_PROG_LEX],
[AC_REQUIRE([AM_MISSING_HAS_RUN])
AC_CHECK_PROGS(LEX, flex lex, [${am_missing_run}flex])
AC_PROG_LEX