bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Replace a few AM_ macros with AC_ equivalents


From: Paul Eggert
Subject: Re: [PATCH] Replace a few AM_ macros with AC_ equivalents
Date: Wed, 23 Oct 2002 01:08:53 -0700 (PDT)

> From: Art Haas <address@hidden>
> Date: Sat, 19 Oct 2002 19:09:08 -0500

> AM_PROG_LEX ==> AC_PROG_LEX
> AM_C_PROTOTYPES ==> AC_C_PROTOTYPES

Thanks for the suggestion.  The latter change isn't needed any more to
CVS (as we recently dropped support for K&R C when building bison)
but I installed the following patch to implement the former.

2002-10-23  Paul Eggert  <address@hidden>

        * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
        Suggested by Art Haas.

Index: configure.ac
===================================================================
RCS file: /cvsroot/bison/bison/configure.ac,v
retrieving revision 1.17
diff -p -u -r1.17 configure.ac
--- configure.ac        22 Oct 2002 04:37:50 -0000      1.17
+++ configure.ac        23 Oct 2002 08:05:36 -0000
@@ -59,7 +59,7 @@ if test "${enableval}" = yes; then
 fi
 
 # Checks for programs.
-AM_PROG_LEX
+AC_PROG_LEX
 AC_PROG_YACC
 AC_PROG_RANLIB
 BISON_PROG_GNU_M4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]