-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[Oops - wrong list. Sorry about that.]
According to Eric Blake on 4/7/2006 6:35 AM:
> * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
> from gcc.
- --
Life is short - so eat dessert first!
Eric Blake [EMAIL P
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This patch allows:
./testsuite -d -k 'C keywords' CFLAGS='-Wall -Werror'
to succeed with gcc 3.4.4. There were so many tests in AC_C_CONST, some
with duplicate names but different scopes, that I relettered the local
variables.
2006-04-07 Eric Blake
Hello,
I have noticed the following typo.
Stepan
diff -u -r1.304 NEWS
--- NEWS21 Mar 2006 19:09:21 - 1.304
+++ NEWS9 Apr 2006 14:29:18 -
@@ -89,7 +89,7 @@
$(LIBOBJS), $(LTLIBOBJS), $(ALLOCA), and $(LTALLOCA) can be used
in different directories.
- - $(EX
| Note to self: need to tune transform_variable_recursively so it doesn't
| create a temporary variable when no transformation has occurred.
I'm checking this patch in. It has two effects :
- automake no longer systematically creates a "shadow" am__XXX variable
for each subvariable of a re
Hello,
On Sun, Apr 09, 2006 at 09:46:48AM +0200, Alexandre Duret-Lutz wrote:
> Sorry for the delay. I'm checking this in.
I'm responsible for the delay, of course.
Thank you very much for resolving this.
A typo crept in, though, see below.
Thanks,
Stepan
--- ChangeLog 9 Apr 2006 07:
Sorry for the delay. I'm checking this in.
2006-04-09 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* automake.in (%ignored_configure_vars): New variable.
(scan_autoconf_traces): Trace for _AM_SUBST_NOTMAKE and fill
%ignored_configure_vars.
(define_configure_variable
Ralf:
| For your convenience: of my list of pinged patches only this one has not
| been addressed yet:
| http://lists.gnu.org/archive/html/automake-patches/2005-09/msg00013.html
| The bug originated here:
| http://lists.gnu.org/archive/html/automake/2005-09/msg00088.html
| The missing part of Stepa