[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: better diagnostics about undefined variables + simplifications
From: |
Alexandre Duret-Lutz |
Subject: |
Re: FYI: better diagnostics about undefined variables + simplifications |
Date: |
Mon, 01 Jul 2002 18:17:52 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) |
One more.
2002-07-01 Alexandre Duret-Lutz <address@hidden>
* automake.in (ac_macro_for_var): Add YACC.
Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1314
diff -u -r1.1314 automake.in
--- automake.in 1 Jul 2002 16:10:34 -0000 1.1314
+++ automake.in 1 Jul 2002 16:15:31 -0000
@@ -252,6 +252,7 @@
CXXFLAGS => 'AC_PROG_CXX',
F77 => 'AC_PROG_F77',
F77FLAGS => 'AC_PROG_F77',
+ YACC => 'AC_PROG_YACC',
);
# Copyright on generated Makefile.ins.
--
Alexandre Duret-Lutz
- Re: FYI: better diagnostics about undefined variables + simplifications,
Alexandre Duret-Lutz <=