Re: aclocal-1.8/m4_include behaving oddly

2004-01-02 Thread Alexandre Duret-Lutz
pme == Phil Edwards [EMAIL PROTECTED] writes: pme One of the GCC runtime libraries (libstdc++-v3) has for years contained pme the following lines in acinclude.m4: pme m4_include([../libtool.m4]) pme dnl The lines below arrange for aclocal not to bring an installed pme dnl libtool.m4 into

using --tag=XXX in automake-generated rules (Was: Re: 'ccache gcc' as compiler with libtool)

2004-01-02 Thread Alexandre Duret-Lutz
Gary == Gary V Vaughan [EMAIL PROTECTED] writes: [...about Automake passing --tag=XXX to libtool...] Gary Alexandre Duret-Lutz wrote: How can automake determine whether the version of libtool used in a package supports --tag ? [...] Gary _LT_AC_TAGCONFIG exists in branch-1-5 and HEAD.

Re: fortran FC patch

2004-01-02 Thread Alexandre Duret-Lutz
Michael == Michael R Nolta [EMAIL PROTECTED] writes: Michael Hi, Hi Michael, Happy new year, and sorry for the delay. Michael Here's a small patch to automake-1.8 to support the new FC fortran Michael interface in autoconf (AC_PROG_FC,FC,FCFLAGS). Essentially I just Michael copied the F77

Re: automake -vs- huge projects (1st patch)

2004-01-02 Thread Tom Tromey
Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: [ suggestions ] Tom Anyway, this patch brings us closer to using automake-1.8 for libgcj. Tom Thanks! I think all the patches are in now. Could you try CVS automake and see how big the resulting Makefile.in is? Tom

Re: New snprintfv on CVS

2004-01-02 Thread Bruce Korb
Gary V. Vaughan wrote: Hi Paolo, (Hi Bruce, how's it going?) Hi, again, Gary - another autogen is pending -- i18n getopt_long stuff Paolo Bonzini wrote: | I've finally managed to put on CVS the last 1.1 prerelease, Hi Paolo, I can't get it. I keep getting invalid data from server tho

1.8 and mkdir_p

2004-01-02 Thread Harlan Stenn
This change: - Makefiles will prefer `mkdir -p' over mkinstalldirs if it is available. This selection is achieved through the Makefile variable $(mkdir_p) that is set by AM_INIT_AUTOMAKE to either `mkdir -m 0755 -p --', `$(mkinstalldirs) -m 0755', or `$(install_sh) -m 0755