From 8c2bc6877d75f8cd9073f206fab29920f73d325c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 13 Mar 2001 06:43:59 +0000 Subject: Fix typos in ChangeLogs and update copyright notices --- binutils/aclocal.m4 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'binutils/aclocal.m4') diff --git a/binutils/aclocal.m4 b/binutils/aclocal.m4 index 37c162a..a4a2b46 100644 --- a/binutils/aclocal.m4 +++ b/binutils/aclocal.m4 @@ -27,6 +27,16 @@ AC_DEFUN([CY_WITH_NLS],) AC_SUBST(INTLLIBS) ]) + + +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, +[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) +AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex]) +AC_PROG_LEX +AC_DECL_YYTEXT]) + #serial 1 # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro @@ -45,15 +55,6 @@ AC_DEFUN(AC_ISC_POSIX, ] ) - -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, -[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) -AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex]) -AC_PROG_LEX -AC_DECL_YYTEXT]) - # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. # But this isn't really a big deal. -- cgit v1.1