From 670387a18a22cf299c750186efe8ca24cebb7e05 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Feb 2002 04:18:42 +0000 Subject: Import of Binutils from the FSF 2.12 branch (pre-.0 release). These bits are taken from the FSF anoncvs repo on 21-Feburary-2002 20:15 PST. --- contrib/binutils/gas/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/binutils/gas/aclocal.m4') diff --git a/contrib/binutils/gas/aclocal.m4 b/contrib/binutils/gas/aclocal.m4 index 2a3ccb7..be1c188 100644 --- a/contrib/binutils/gas/aclocal.m4 +++ b/contrib/binutils/gas/aclocal.m4 @@ -203,7 +203,7 @@ 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_CHECK_PROGS(LEX, flex lex, $missing_dir/missing flex) AC_PROG_LEX AC_DECL_YYTEXT]) -- cgit v1.1