Re: "Deleted header file" problem: aclocal.m4 deps

2007-07-16 Thread Alexandre Duret-Lutz
; Of course, some users like to 'rm -rf' subtrees, which is a probable RW> cause. Non-recursive make makes cleaning of subtrees a bit harder. I think it's user-damage mostly, but I'll have to wait for the next occurrence... -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: [RFD] Preliminary patches for adding support for Mono/.NET (CLI)

2007-07-16 Thread Alexandre Duret-Lutz
for detecting the installed compilers. Hi Harinath, Long time. I see your email moved from cs.umn.edu to novel.com. Before we delve into this, does the FSF need a disclaimer from your new(?) employer? Sorry, I have to ask. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: "Deleted header file" problem: aclocal.m4 deps

2007-07-16 Thread Alexandre Duret-Lutz
n this happens, occasionally some .deps/*.P* files get lost, make complains, and it's not obvious to users they have to run ./config.status to get them back. GNU make will rebuild a missing `include'd file for which there exist a rule, but BSD make will not. That means the above rule would just be an help to users of GNU make, not a replacement for the ugly AM_OUTPUT_DEPENDENCY_COMMANDS. (I which there was a way to get rid of AM_OUTPUT_DEPENDENCY_COMMANDS!) Someone once suggested using "-include" instead of "include", when available. I would see that as complementary. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: FYI: Update to GPLv3

2007-07-16 Thread Alexandre Duret-Lutz
Thanks for updating every files. I'm checking this in before somebody asks. 2007-07-16 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * NEWS: Clarify that COPYING files are not updated. Index: NEWS === RCS file: /c

Re: FYI: new back-cover text in manual

2007-07-16 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> Thanks. This manual isn't printed, so let's get rid of the cover texts. RW> OK to apply (HEAD and branch-1-10)? Sure! Don't wait for me. -- Alexandre Duret-Lutz Shared books ar

Re: FYI: new back-cover text in manual

2007-07-10 Thread Alexandre Duret-Lutz
a until the end of the week, but when I'm back I hope to be able to commit some time to automake. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: some pending patches

2007-03-26 Thread Alexandre Duret-Lutz
On Mon, Mar 26, 2007 at 11:23:03PM +0200, Ralf Wildenhues wrote: > Hello Alexandre, > > I know you have little or no time for Automake currently. Would you > please speak up if you have any issue with me applying/approving some > of the patches that have been pending for a long while long now (e.g

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

Re: Use AC_FC_SRCEXT in Automake

2006-10-15 Thread Alexandre Duret-Lutz
AG% in depend2.am, where the trailing # space is important. It took me some time to figure this out. RW> +$sourceflags{'.' . $suffix} = '$(FCFLAGS_' . $suffix . ') ' RW> + if ($suffix eq 'f90' || $suffix eq 'f95'); RW> + } [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: subdir-objects for Fortran

2006-10-15 Thread Alexandre Duret-Lutz
* NEWS: Update. RW> Report by Davyd Madeley <[EMAIL PROTECTED]> and RW> [EMAIL PROTECTED] [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: request for pkglibexecdir

2006-10-15 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> Thanks for the report. OK to install? This looks fine. Please install. [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

FYI: gnupload update

2006-10-15 Thread Alexandre Duret-Lutz
Installing this on HEAD and branch-1-10 2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * lib/gnupload: Update to version 1.1 of directive file. Index: lib/gnupload === RCS file: /cvs/automake/automake/lib/gnup

FYI: update third-party files

2006-10-15 Thread Alexandre Duret-Lutz
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * lib/config.sub, lib/texinfo.tex: New upstream versions. Index: lib/config.sub === RCS file: /cvs/automake/automake/lib/config.sub,v retrieving revision 1.188 d

FYI: two small nits

2006-10-15 Thread Alexandre Duret-Lutz
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * lib/am/depend2.am: Typo. * lib/depcomp (scriptversion): Bump, to account for recent changes. Index: lib/depcomp === RCS file: /cvs/automake/automake/lib/d

FYI: Remove Hello node from manual

2006-10-15 Thread Alexandre Duret-Lutz
This example is obsolete, the new GNU Hello is no longer suitable as an introductory example, and we distribute amhello instead. 2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Examples): Introduce the example, and point to Hello World.

Re: pending patches

2006-10-14 Thread Alexandre Duret-Lutz
atches/2557/focus=2623 RW> The thread is cut apart, the other half is here: RW> http://thread.gmane.org/gmane.comp.sysutils.automake.patches/2565 -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: depcomp deficiency

2006-10-14 Thread Alexandre Duret-Lutz
lib/depcomp (gcc3): Put dependency extraction flags before the RW> `-c' flag, so they appear at the same position as in %FASTDEP% RW> mode in depend2.am. Fixes build failure for FreeBSD's c89, RW> which ignores unknown options only after the first non-option. RW> Bug

Re: automake/492: Compilation of assembler files with subdir-objects

2006-10-14 Thread Alexandre Duret-Lutz
.test: New test. RW> * tests/Makefile.am: Update. RW> Report by Thomas Schwinge. [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Dependency tracking of pre processed Assembler files

2006-10-14 Thread Alexandre Duret-Lutz
epius. RW> * doc/automake.texi (Options): `no-dependencies' is similar RW> to `--ignore-deps', not `--include-deps'. RW> * m4/as.m4 (AM_PROG_AS): If `no-dependencies', do not invoke RW> _AM_DEPENDENCIES. RW> * tests/nodep2.test: New test. RW>

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

2006-10-14 Thread Alexandre Duret-Lutz
oc/automake.texi (Assembly Support): Update. RW> * NEWS: Update. 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: fix coreutils' "make distcheck": remove AC_CONFIG_LIBOBJ_DIR(lib)

2006-10-14 Thread Alexandre Duret-Lutz
dd a DEPDIR prefix. RW> * tests/pr401.test: Update test. RW> * tests/pr401b.test: Likewise. RW> * tests/pr401c.test: Likewise. RW> Report by Jim Meyering and Eric Blake. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: calling autoreconf and minimizing rebuilds

2006-10-14 Thread Alexandre Duret-Lutz
test so it doesn't fail with old CVS Autoconf is difficult because there is no Autoconf version that precisely matches the change. Apart from this 3-year old missing trace, we had no problem keeping the lists in sync so far, so it doesn't sounds worth making this more complex and keeping 3 thi

Re: support of gettext 0.15.1

2006-10-14 Thread Alexandre Duret-Lutz
t): Consider it. RW> (scan_autoconf_traces): Add AM_GNU_GETTEXT_INTL_SUBDIR to the list. RW> Set $seen_gettext_intl when it is seen. RW> * doc/automake.texi (gettext, Optional): Update. RW> * tests/gettext3.test: New test. RW> * tests/Makefile.am: Update. Thanks, please install.

Re: Better error message for aclocal.m4 mismatch

2006-10-14 Thread Alexandre Duret-Lutz
ou have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:17: the top level and we let the user choose its preferred course for regen? Or was there another source of confusion you were trying to address? Anyway, this is just a suggestio

Re: install-sh misbehaves badly on buggy FreeBSD systems

2006-10-14 Thread Alexandre Duret-Lutz
/archive/html/bug-autoconf/2006-10/msg00012.html>. PE> Also, don't bother to check for -m bugs unless we're using -m; PE> suggested by Stepan Kasal. Thanks. I've installed that along with the script version and THANKS update. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: support cross multilibs

2006-10-14 Thread Alexandre Duret-Lutz
>>> "GK" == Geoffrey Keating <[EMAIL PROTECTED]> writes: GK> 2006-09-14 Geoffrey Keating <[EMAIL PROTECTED]> GK> * m4/multi.m4: Non-default multilibs may be cross compilation. Thanks, I've applied that. -- Alexandre Duret-Lutz Shared books are ha

Re: nobase.test

2006-09-06 Thread Alexandre Duret-Lutz
ould be handled differently than install-sh? (I'm not being sarcastic here; I just don't care which way the balance tilts, as long as it clearly tilts.) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: gettext: prepare Makefile.in.in for next Automake version

2006-09-06 Thread Alexandre Duret-Lutz
bit of a mess. I'm starting to wonder why we switched to this macro, and whether it wouldn't be wiser to revert all these changes back to the original AM_PROG_MKDIR_P. It seems the switch to AC_PROG_MKDIR_P only brought us trouble, and no improvement :( -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: check.am and Solaris VPATH rewriting

2006-08-31 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> Should I change the patch to this end (and update the test), or OK to RW> apply as below? It doesn't sounds that important. Let's go with what you have. -- Alexandre Duret-Lut

Re: automake/501: abbreviating the .Po-related output somewhat

2006-08-30 Thread Alexandre Duret-Lutz
>>> "PE" == Paul Eggert <[EMAIL PROTECTED]> writes: [...] PE> Index: lib/am/depend2.am PE> === BTW, this file would need a "(C) 2006". -- Alexandre Duret-Lutz

Re: automake/501: abbreviating the .Po-related output somewhat

2006-08-30 Thread Alexandre Duret-Lutz
e tools would be lost too, including some we distribute. -- Alexandre Duret-Lutz

Re: ext.test: diagnose more Fortran extensions

2006-08-30 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> OK? RW> * tests/ext.test: Add extensions f95, F90, F95. Of course. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: languages 'f77'/ 'fc' should recommend AC_PROG_F77/FC

2006-08-30 Thread Alexandre Duret-Lutz
and suggest the respective Autoconf RW> macros otherwise. [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: automake/500: unnecessary -I options in DEFAULT_INCLUDES (make clutter)

2006-08-30 Thread Alexandre Duret-Lutz
ee that `-I. -I.' is unsightly in non-VPATH builds. So how about something like this instead: use [EMAIL PROTECTED]@' and expand it to `-I.' or `-I. -I$(srcdir)' as needed? 2006-08-30 Alexandre Duret-Lutz <[EMAIL PROTECTED]> For PR automake/501: * automake.i

Re: automake/501: abbreviating the .Po-related output somewhat

2006-08-28 Thread Alexandre Duret-Lutz
uff was added to depcomp before that : http://sourceware.org/ml/automake/2001-02/msg00313.html Apparently their problem was that in GCC 3.0 -MF did delete its output on error. (I don't have a copy of GCC 3.0 to check that.) In that thread Harinath suggests to use a raw -MF only if we can use sinclude/-include in Makefile, but although this fixes their immediate problem, I don't think this is reasonable given the above scenario. -- Alexandre Duret-Lutz

Re: 1.9b: some minor nits

2006-08-28 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> Hello Alexandre, all, RW> Thanks for the beta release. OK to apply this patch for some minor RW> nits? Of course! -- 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
r incomplete features (default) BH> `all' all the warnings BH> ... 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]> *

FYI: one more mkdir_p -> MKDIR_P

2006-08-20 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * Makefile.am (maintainer-check): Check for mkdir_p in automake.in too. * automake.in (require_build_directory): Use MKDIR_P, not mkdir_p. Index:

FYI: tune maintainer-check for "Unescaped @"s.

2006-08-20 Thread Alexandre Duret-Lutz
2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * Makefile.am (maintainer-check): Fine-tune the "Unescaped @" check so it doesn't complain about the '@ 's in node "Standard Direc

FYI: update INSTALL, config.sub, and texinfo.tex

2006-08-20 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New upstream versions. Index: INSTALL === RCS file: /cvs/automa

Re: gettext: prepare Makefile.in.in for next Automake version

2006-08-20 Thread Alexandre Duret-Lutz
Automake 1.10 on your package to discover that you need another Gettext release). I'm installing this. 2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Prefix mkdir_p with $(top

FYI: always use ylwrap; get rid of inline rules

2006-08-19 Thread Alexandre Duret-Lutz
Enough with the unreadable yacc.am and lex.am, and all those bugs that showed the inline rules not to be in sync with ylwrap. Also, always using ylwrap will make it easier to adapt to the new parsers of bison. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * lib/am/lex.am,

Re: gettext: prepare Makefile.in.in for next Automake version

2006-08-19 Thread Alexandre Duret-Lutz
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl ]) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

FYI: more stats

2006-08-19 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Releases): Update statistics until 1.9.6. Index: doc/automake.texi === RCS file: /cvs/automake/automake/doc/auto

FYI: more mkdir_p -> MKDIR_P changes

2006-08-19 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * Makefile.am (maintainer-check): Check for mkdir_p. * automake.texi (Obsolete macros): Document AM_PROG_MKDIR_P. * lib/am/data.am, lib/am/distdir.am, lib/am/install.am, lib

FYI: some build fixes

2006-08-19 Thread Alexandre Duret-Lutz
I'm installing this, to fix some issues occurring in "build from scratch" situations. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * Makefile.am (SUBDIRS): Build lib first, for lib/Automake/Config.pm. * configure.ac (ACLOCAL): Use --acdir=m4 in addi

FYI: require Autoconf 2.60 instead of 2.59c

2006-08-19 Thread Alexandre Duret-Lutz
I've installed this. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4: Require Autoconf 2.60 instead of some intermediate development version.

FYI: more intro fixes

2006-08-19 Thread Alexandre Duret-Lutz
I've installed this. 2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Standard Directory Variables): Fix multitable width. (Autotools Introduction): Fix @uref usage. Index: doc/au

Re: Autotools Introduction chapter + amhello-1.0.tar.gz

2006-08-19 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> Hello Alexandre, RW> * Alexandre Duret-Lutz wrote on Wed, Aug 16, 2006 at 07:28:29PM CEST: >> Here is the patch. make distcheck is still running, but anyway >> I'll let this patch me

Re: Linux-kernel style output

2006-08-15 Thread Alexandre Duret-Lutz
an initial `make -n' could also help you with the two goals on your roadmap! -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: fix typos in manual

2006-08-14 Thread Alexandre Duret-Lutz
"gzipped" instead. The latter is more frequent, is already used by the GNU Coding Standards, and looks less awkward to me (I'm used to 'd = had or would). -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: proposed patch to support Unified Parallel C (version 3 of patch)

2006-08-14 Thread Alexandre Duret-Lutz
ic License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# GNU Automake is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PA

Re: FYI: _SCRIPTS doc retake

2006-08-04 Thread Alexandre Duret-Lutz
too fast 2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Scripts): Fix some errors in previous patch. Index: doc/automake.texi === RCS file: /cvs/automake/automake/doc/automake.texi,v retr

FYI: _SCRIPTS doc retake

2006-08-04 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Scripts): Revamp. Show an example of script built from configure.ac. Discuss CLEANFILES and EXTRA_DIST for other built scripts. Index: doc/au

FYI: diagnose old-style AC_INIT with new-style AM_INIT_AUTOMAKE

2006-08-04 Thread Alexandre Duret-Lutz
m4_pattern_allow. See the Autoconf documentation. Let's point him to AC_INIT instead. 2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * m4/init.m4: Suggest fixing the call to AC_INIT when AC_PACKAGE_NAME or AC_PACKAGE_VERSION is undefined.

Re: Creating subdirs of distdir

2006-08-04 Thread Alexandre Duret-Lutz
.test --- tests/pr2.test 14 May 2005 20:28:55 - 1.13 +++ tests/pr2.test 4 Aug 2006 12:53:16 - @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2006 Free Software +# Foundat

Re: automake crash

2006-08-04 Thread Alexandre Duret-Lutz
tation of the excellent Settlers of Catan board game. BW> # Go buy a copy. I own one already. Great game ! I'm checking the following patch in. 2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Conditionals): Split in two sections, "Usage&q

Re: aclocal --diff on Tru64

2006-08-04 Thread Alexandre Duret-Lutz
nt to use with --diff=xxx. I'm checking this in. 2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * aclocal.in (install_file): Cannot use /dev/null while diffing new files, because Tru64's diff do not handle /dev/null. So create an empty destination file

Re: proposed patch to support Unified Parallel C (version 3 of patch)

2006-08-04 Thread Alexandre Duret-Lutz
ke work OK. grepping Makefile.in is not enough to ensure that configure and Makefile can actually build anything. grep tests are weak. There are too much of them in the testsuite and we should try to move away from them. Actually running ./configure && $MAKE to make sure it did

Re: pr401*.test and BSD make: computing LIBOBJDIR

2006-08-03 Thread Alexandre Duret-Lutz
SOURCES = src/feep.c -src_feep_LDADD = lib/libfeep.a +check_PROGRAMS = src/main +src_main_SOURCES = src/main.c +src_main_LDADD = lib/libfeep.a -TESTS = src/feep +TESTS = src/main check-local: - test -f src/feep.$(OBJEXT) + test -f src/main.$(OBJEXT) + test -f lib/alloca.$(OBJEXT) + test ! -f src/$(DEPDIR)/alloca.Po EOF $ACLOCAL -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

FYI: fix latent bug in handle_LIBOBJS

2006-06-06 Thread Alexandre Duret-Lutz
I'm checking this in. 2006-06-07 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * automake.in (handle_LIBOBJS): Don't rely on the caller defining $1. Index: automake.in === RCS file: /cvs/automake/automa

Re: Use AC_PROG_MKDIR_P

2006-06-06 Thread Alexandre Duret-Lutz
tepan Kasal <[EMAIL PROTECTED]> SK> * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Use AC_PROG_MKDIR_P. I've installed this, thanks ! [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: AIX grep limitation: coreutils build failure

2006-06-06 Thread Alexandre Duret-Lutz
t coreutils by Sam Sirlin. Please install! [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Creating subdirs of distdir

2006-06-06 Thread Alexandre Duret-Lutz
$dist_files in \ */*) (cd "$(distdir)" && \ $(mkdir_p) `echo "$$dist_files" | \ sed -n 's,/[^/]*$$,,p' | sort -u`) ;; \ esac; \ [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: IRIX compiler omits some dependencies with -MDupdate

2006-06-06 Thread Alexandre Duret-Lutz
-dependency-tracking was given). Yes please. [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Regenerating Automake's aclocal.m4

2006-06-06 Thread Alexandre Duret-Lutz
x27;s, because RW> ...aclocal --acdir=m4 RW> is run instead of RW> ...aclocal -I m4 RW> OK to apply? Yes. (In fact I have the very same patch in one of my tree; I thought I had it applied long ago.) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: aclocal --diff on Tru64

2006-06-06 Thread Alexandre Duret-Lutz
imple enough. How about installing this empty file during automake's "make install"? This way we don't need to worry about naming and cleaning in aclocal. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: gettext-related test failures: config.rpath presence

2006-06-06 Thread Alexandre Duret-Lutz
s well, so we're safe here. RW> + if autopoint -n; then RW> +AUTOMAKE_fails --add-missing RW> +grep 'required.*config.rpath' stderr RW> + fi RW> +fi Shouldn't these two `if' have an `else :' like we do in Makefiles for those shells that don't reset $? after `fi' and abort with `set -e'? [...] -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: perl -i nonfunctional on MinGW

2006-06-06 Thread Alexandre Duret-Lutz
ermission denied. No kidding ! RW> So here's a patch to replace all "perl -i" with "sed && mv". RW> After finishing the patch it dawned on me that "perl -i~" may be RW> working, and indeed, testing shows that that works. RW> OK to apply t

Re: automake/483: "missing" doesn't handle "--output" for missing makeinfo

2006-06-06 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] >> You should write "PR automake/483" fully so it get caught by the >> gnats filters. RW> Do they match PR\nautomake..? (I rewrote the entry to not have that.) No idea. I

Re: pr401*.test and BSD make: computing LIBOBJDIR

2006-06-06 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> I'll try to look at this and the rewrite of depout later this week-end Ahem... I had a very long week. (Does that sound credible?) Sorry about that. >>> "RW" == Ralf Wil

Re: pending Autoconf + Automake patches

2006-05-10 Thread Alexandre Duret-Lutz
efore we add syntactic sugar for this feature. RW> install-sh/mkinstalldirs IFS fix: RW> http://lists.gnu.org/archive/html/automake-patches/2006-05/msg8.html Answered separately. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: pr401*.test and BSD make: computing LIBOBJDIR

2006-05-10 Thread Alexandre Duret-Lutz
I'll try to look at this and the rewrite of depout later this week-end -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: distdir.test failures: VPATH and subdirs

2006-05-10 Thread Alexandre Duret-Lutz
RW> files in the source tree. Fixes failures with HP-UX and Tru64 RW> make. Agreed. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: missing*.test failures on Tru64; 'required=' lines

2006-05-10 Thread Alexandre Duret-Lutz
akefile.am (maintainer-check): Make sure `required=' does not RW> follow `. ./defs' in the tests. I agree with this except for the added sleeps. Unless the problem is generalized I don't think we should include workarounds for any misconfigured system we encounter. -- Al

Re: remake4.test spurious failure on testdrive BSDs

2006-05-10 Thread Alexandre Duret-Lutz
) it is probably different. Anyway I'd rather not fix something we do not understand, especially if it may be a system configuration issue. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: AC_PROG_CC_STDC and ac_cv_prog_cc_stdc

2006-05-10 Thread Alexandre Duret-Lutz
G_CC_STDC. RW> * tests/subobj3.test: Likewise. Use `set -e'. Please go ahead and install it. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: IFS in install-sh and mkinstalldirs

2006-05-10 Thread Alexandre Duret-Lutz
s if it were set to space RW> tab newline. However, set but empty IFS is different: it disables field RW> splitting: oIFS=$IFS; ...; IFS=$oIFS. RW> The patch below fixes this for install-sh and mkinstalldirs. OK? Yes, thanks. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: java.test: $? and Solaris 2.6 make; IRIX make

2006-05-10 Thread Alexandre Duret-Lutz
quot;$(srcdir)/"; fi; \ RW> + list2="$$list2 $$d$$p"; \ RW> +done; \ RW> +echo '$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) '"$$list2"; \ RW> +$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS) $(JAVACFLAGS) $$list2; \ RW> else :; fi RW> echo timestamp > class%DIR%.stamp -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: ansi2knr and pmake

2006-05-10 Thread Alexandre Duret-Lutz
name target as.. RW> (./ansi2knr): ..this, for BSD make. RW> (%ANSI2KNR-DIR%/ansi2knr): Adjust. How come all your ellipses have only two dots instead of three? (Bear with me.) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: OpenBSD shell, errexit, and && in if clause

2006-05-10 Thread Alexandre Duret-Lutz
It doesn't matter if "false" is a builtin here, or replaced by an RW> external process that happens to fail. Same issue with a "for" loop RW> (but, surprisingly, not with an "until" loop). This looks like an issue similar to the one that caused this

Re: tests/defs.in: "Bourne compatible" update

2006-05-10 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> OK? Yeah, why not. RW> Cheers, RW> Ralf RW> * tests/defs.in (Be Bourne compatible): Update from current RW> Autoconf. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: perl <5.8.2 Getopt::Long

2006-05-10 Thread Alexandre Duret-Lutz
t; 5.8.2, in configure.ac? No, your patch seems enough to me. Nobody really cares about "--" anyway, it's not worth such a warning. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: FreeBSD, autom4te and locking on NFS

2006-05-10 Thread Alexandre Duret-Lutz
me. Alexandre? Looks fine to me, except I would rewrite the last line of + msg ($make_j ? 'fatal' : 'unsupported', + "cannot lock $file with mode $mode: $!" . ($make_j ? $note : "")) + if $make_j or not $!{ENOLCK} || $!{EOPNOTSUPP}; as

Re: fix overrid.test

2006-05-10 Thread Alexandre Duret-Lutz
rides regex. Fix typo RW> `cleam-am-local' -> `clean-am-local'. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: java.test, fn99.test: exit and traps/subshells

2006-05-10 Thread Alexandre Duret-Lutz
st: propagate nonzero exit status from subshell. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: fix mkinst3.test

2006-05-10 Thread Alexandre Duret-Lutz
> subdirectory so that `.' in $PATH does not lead to an endless RW> loop. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: automake/481: Add support for HPUX aCC to depcomp

2006-05-10 Thread Alexandre Duret-Lutz
RW> Ralf RW> * lib/depcomp (ia64hp): Rename dependency style to.. RW> (hp2): ..this, as it works with aCC on HPPA, too; adjust RW> comment. Report by Olivier Fourdan <[EMAIL PROTECTED]>. Why not, please go ahead ! -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Fix latent failures of aclocal7.test

2006-05-10 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: >> >> OK to apply? RW> ..including copyright year update, of course? Of course :) -- Alexandre Duret-L

Re: automake/483: "missing" doesn't handle "--output" for missing makeinfo

2006-05-10 Thread Alexandre Duret-Lutz
f reporters I've learned not to put the email in the ChangeLog: only in THANKS. Sometimes they ask their email to be changed and this way we can do this in only one place.) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: pending Autoconf + Automake patches

2006-05-09 Thread Alexandre Duret-Lutz
ither tomorrow (wednesday) or next week-end. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Broken makefile given Autoconf version mismatch

2006-04-21 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: [...] adl> 2006-04-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]> adl> * m4/amversion.in (_AM_AUTOCONF_VERSION): New macro. adl> (AM_SET_CURRENT_AUTOMAKE_VERSION): Call it. adl&

Re: Broken makefile given Autoconf version mismatch

2006-04-20 Thread Alexandre Duret-Lutz
rule to rebuild one Makefile.in with a new Autoconf version, all the other Makefile.ins remain based on the other Autoconf version - if autoconf is called by the rebuild rule of configure then nothing guarantees that the existing Makefile.ins are compatible. -- Alexandre Duret-Lutz

Re: Broken makefile given Autoconf version mismatch

2006-04-20 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> Here is my attempt at checking Autoconf version in aclocal.m4. adl> It would be nice if someone could suggest a better way to retrieve adl> the Autoconf version: Here is a second attem

Re: automake/488: "make check" may seem to succeed when there are failed tests in multiple tools

2006-04-19 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> OK to apply this patch to fix this in the spirit of Paul's suggestion, RW> and amend the dejagnu4.test to expose the failure? Yes please ! Thanks. -- Alexandre Duret-Lutz Sh

Re: mkdir -p -- minor cleanup

2006-04-19 Thread Alexandre Duret-Lutz
>>> "PE" == Paul Eggert <[EMAIL PROTECTED]> writes: PE> Here's a proposed Automake patch to implement this. I noticed that PE> install-sh handles neither -- nor unknown options, so I added support PE> for that as well. Thanks, please install! -- Alexa

Re: automake/490: make check XFAIL shell code may fail on Solaris due to extraneous tabs

2006-04-18 Thread Alexandre Duret-Lutz
5:28:44 - This file will need a (C) 2006. (Emacs can be configured to update these automatically.) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: AM_PATH_LISPDIR requires 2.59c

2006-04-14 Thread Alexandre Duret-Lutz
| | * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c, | | because it uses `datarootdir'. | | This looks fine. Please bump the serial number in the file | before you commit it. And copyright year too... -- Alexandre Duret-Lutz Shared books are happy books.

Re: AM_PATH_LISPDIR requires 2.59c

2006-04-13 Thread Alexandre Duret-Lutz
| * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c, | because it uses `datarootdir'. This looks fine. Please bump the serial number in the file before you commit it. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: Broken makefile given Autoconf version mismatch

2006-04-13 Thread Alexandre Duret-Lutz
t: I'd be fine with this, but it just looks like a complicated way to retrieve a version number. Any cunning idea ? Or can we tweak Autoconf to make its version more accessible ? 2006-04-13 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * aclocal.in (trace_used_macros): R

  1   2   3   >