>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Alexandre, will you accept it?
Sure. It just needs the usual stuff for a new feature: some
documentation, and a test case that shows it (will continue to)
works as documented.
--
Alexandre Duret-Lutz
Shared books are happy books. ht
Hi, Ralf.
On Mon, 17 Oct 2005, Ralf Wildenhues wrote:
> * James Laird wrote on Mon, Oct 17, 2005 at 05:05:51PM CEST:
> > On Fri, 14 Oct 2005, Ralf Wildenhues wrote:
> > > * James Laird wrote on Tue, Oct 11, 2005 at 04:52:10PM CEST:
> > > >
> > > > You're right; I think the macros in question may c
Hi Harald,
* Harald Dunkel wrote on Mon, Oct 17, 2005 at 06:02:09PM CEST:
>
> Would it be possible to rely upon $(VPATH) in depend2.am?
> Instead of
>
> `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
>
> something like this could work, too (not verified yet):
>
> `test -f '%SOUR
Hi folks,
Would it be possible to rely upon $(VPATH) in depend2.am?
Instead of
`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
something like this could work, too (not verified yet):
`test -f '%SOURCE%' || (VPATH=$(VPATH); test "$$VPATH" ||
VPATH=$(srcdir); for i in \`IFS=:;
Hi James,
* James Laird wrote on Mon, Oct 17, 2005 at 05:05:51PM CEST:
> On Fri, 14 Oct 2005, Ralf Wildenhues wrote:
> > * James Laird wrote on Tue, Oct 11, 2005 at 04:52:10PM CEST:
> > >
> > > You're right; I think the macros in question may come from libtool rather
> > > than automake. They se
Hello,
On Mon, Oct 17, 2005 at 01:20:23PM +0200, Clifford Wolf wrote:
> With this patch applied it is possible to use entries such as
> "/opt/*/share/aclocal" in the /usr/share/aclocal/dirlist file.
attached please find a variant of the patch which applies to
Automake CVS HEAD. (It passed "make
Hello again.
On Fri, 14 Oct 2005, Ralf Wildenhues wrote:
> Hi James,
>
> * James Laird wrote on Tue, Oct 11, 2005 at 04:52:10PM CEST:
> > On Tue, 11 Oct 2005, Ralf Wildenhues wrote:
> > > * James Laird wrote on Mon, Oct 10, 2005 at 08:11:31PM CEST:
> > > >
> > > > My package (hdf.ncsa.uiuc.edu/H
Hi,
I wrote a little patch to aclocal for wildcard matchin in the dirlist
parser:
http://www.clifford.at/priv/aclocal-dirlist-glob.patch
> Clifford Wolf:
> Added wildcard support to the dirlist parser
>
> --- automake-1.9.3/aclocal.in 2005-10-17 13:06:07.0 +0200
> +++ auto