bug#42635: uninitialized value in string eq at /usr/bin/automake line 4953.

2020-07-31 Thread Alexandre Duret-Lutz
unless $test_suffixes[0] eq $at_exeext; 4955 } -- Alexandre Duret-Lutz

bug#11745: the new test-suite summary is confusing

2012-06-19 Thread Alexandre Duret-Lutz
the package. Another option could be to let the test-suite be named in Makefile.am. Maybe introduce TESTS_DISPLAY_NAME = $(PACKAGE_STRING) and use echo Testsuite summary for $(TESTS_DISPLAY_NAME) so that people with multiple test-suites can give them different names. -- Alexandre Duret-Lutz

Re: ftp.gnu.org no longer working with old method?

2006-10-16 Thread Alexandre Duret-Lutz
PE == Paul Eggert [EMAIL PROTECTED] writes: PE Alexandre Duret-Lutz [EMAIL PROTECTED] writes: A new version of gnupload is in Automake's CVS (and attached). PE Thanks, but it's not in Automake's CVS yet. Did you have second PE thoughts? I was making too many things at the same time

Re: ftp.gnu.org no longer working with old method?

2006-10-15 Thread Alexandre Duret-Lutz
I had the same problem while releasing Automake 1.10 tonight. A new version of gnupload is in Automake's CVS (and attached). -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl #!/bin/sh # Sign files and upload them. scriptversion=2006-10-15.21

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Alexandre Duret-Lutz
. RW Suggested by Thomas Schwinge and Ralf Corsepius. Please go ahead, but do not forget to update THANKS. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: is -Wportability enabled by default?

2006-08-23 Thread Alexandre Duret-Lutz
... BH BH which appears to say that -Wportability needs to be enabled explicitly? Good catch! I'm checking this in. 2006-08-23 Alexandre Duret-Lutz [EMAIL PROTECTED] * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability is enabled by default with gnu and gnits

Re: Mltiple target rules not recognized

2006-08-22 Thread Alexandre Duret-Lutz
SK == Stepan Kasal [EMAIL PROTECTED] writes: SK install uninstall installcheck: SK : Do not run $@ in elfutils. SK But automake did not notice that the rule redefines a standard rule. Yes. This is also known as FIXME #3 in the parser... -- Alexandre Duret-Lutz Shared books are happy

Re: Problem with automake

2006-04-13 Thread Alexandre Duret-Lutz
| autoconf --version: 2.57 automake --verison: 1.6.3 These releases are like 4-year old, btw. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Automake: Internal Error

2005-10-28 Thread Alexandre Duret-Lutz
/msg00085.html -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: AM_PROG_MKDIR_P overcautious?

2005-08-07 Thread Alexandre Duret-Lutz
it took several versions to get this check to a point where nobody is complaining about it. I'm installing this on HEAD. 2005-08-07 Alexandre Duret-Lutz [EMAIL PROTECTED] * m4/mkdirp.m4: Update misleading comment about `mkdir -p .'. Prompted by Stepan Kasal. Index: m4/mkdirp.m4

Re: $(MAKE) %STAMP% without $(AM_MAKEFLAGS)?

2005-08-07 Thread Alexandre Duret-Lutz
% in texibuild.am and texi-vers.am . SK Isn't this a bug? Thanks. I'm installing this on HEAD. 2005-08-07 Alexandre Duret-Lutz [EMAIL PROTECTED] * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive $(MAKE) invocations. * lib/am/texibuild.am (?GENERIC_INFO

Re: No AM_YFLAGS support within conditionals

2005-08-07 Thread Alexandre Duret-Lutz
' for `AM_YFLAGS' [...] Thanks. I'm installing this on HEAD. 2005-08-07 Alexandre Duret-Lutz [EMAIL PROTECTED] * lib/Automake/Variable.pm (variable_value): Do not read the TRUE value of a conditionally defined variable. Report from Juergen Leising. Index: THANKS

Re: missing feature: CFLAGS per library compilation unit

2005-07-19 Thread Alexandre Duret-Lutz
or not) libraries as a workaround, sorry. See Per-Object Flags in the FAQ. -- Alexandre Duret-Lutz

Re: HEAD bootstrap broken

2005-07-02 Thread Alexandre Duret-Lutz
On Sat, Jul 02, 2005 at 08:30:57AM -0600, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVS HEAD currently fails to bootstrap, when using CVS autoconf: Try refreshing your copy of CVS Autoconf first.

Re: typos in 1.9.5 manual

2005-06-29 Thread Alexandre Duret-Lutz
I'm installing this on HEAD and branch-1-9. Thanks Karl! 2005-06-29 Alexandre Duret-Lutz [EMAIL PROTECTED] * doc/automake.texi (Include, Extending aclocal): Typos. Report from Karl Berry. Index: doc/automake.texi

Re: minor typo in manual

2005-06-08 Thread Alexandre Duret-Lutz
Toralf == Toralf Förster [EMAIL PROTECTED] writes: Toralf would be expansed during the second definition but Toralf it should be expan*d*ed isn't it ? Thank you. -- Alexandre Duret-Lutz

Re: ylwrap should be included for any Yacc compilations.

2005-04-18 Thread Alexandre Duret-Lutz
as well. I'm sure libtool has some requoting machinery we can steal. -- Alexandre Duret-Lutz

Re: A problem with intermediate files

2005-04-18 Thread Alexandre Duret-Lutz
such historic make at hand, on an Stepan OSF1 V4.0 alpha system.) Then, why not simply output gnm-genmarshals.c: gnm-genmarshals.list ? (See also tests/suffix8.test and its history.) Stepan But I think Automake could handle this automatically. Would be nice. -- Alexandre Duret-Lutz

Re: automake 1.9.5 minor doc updates

2005-03-30 Thread Alexandre Duret-Lutz
@subsection Private macros -- Alexandre Duret-Lutz

Re: gettext-0.14.2 fails on parallel build

2005-03-22 Thread Alexandre Duret-Lutz
of the followers gets signaled after its trap has been set. Then it will erase elc-lock, and another follower can create it. Any idea? -- Alexandre Duret-Lutz

Re: gettext-0.14.2 fails on parallel build

2005-03-16 Thread Alexandre Duret-Lutz
On Wed, Mar 16, 2005 at 03:08:06PM +0100, Bruno Haible wrote: Alexandre Duret-Lutz wrote: Thanks, I'm installing the following fix on HEAD and branch-1-9. ... -## Recover from the removal of $@ - @if test ! -f $@; then \ +## Recover from the removal of [EMAIL PROTECTED