[PATCH] RFC: Added wildcard support to dirlist parsing

2005-10-17 Thread Clifford Wolf
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 +++

Re: tr and automake

2005-10-17 Thread James Laird
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/HDF5) has

Re: [PATCH] RFC: Added wildcard support to dirlist parsing

2005-10-17 Thread Stepan Kasal
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

Re: tr and automake

2005-10-17 Thread Ralf Wildenhues
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 seem to be

using VPATH in depend2.am?

2005-10-17 Thread Harald Dunkel
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=:;

Re: using VPATH in depend2.am?

2005-10-17 Thread Ralf Wildenhues
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 '%SOURCE%' ||

Re: tr and automake

2005-10-17 Thread James Laird
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 come from

Re: [PATCH] RFC: Added wildcard support to dirlist parsing

2005-10-17 Thread Alexandre Duret-Lutz
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.