> "Enrico" == Enrico Ng <[EMAIL PROTECTED]> writes:
I didn't see a response to this.
Enrico> I would like to have my Makefile (made from autoconf/automake)
Enrico> beable to just look at what files are in my source folder and
Enrico> compile all of them.
Right now you have to list the files
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
Harlan> I'd like to discuss this problem and possible solutions with
Harlan> anybody who understands the guts of automake well enough to do
Harlan> so.
Is this still a problem for you? I saw another note saying you had a
patch...
Anywa
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
adl> I tend to agree. Given that users can define their own
adl> unchecked directories, this restriction doesn't make much sense.
Tom> The code in question predates the abili
> "Marco" == Marco Kuhlmann <[EMAIL PROTECTED]> writes:
Marco> %.3: %.pod
Marco> $(POD2MAN) \
Marco> --section=3 \
Marco> --release="btparse, version @PACKAGE_VERSION@" \
Marco> --center="btparse" \
Marco> --date="@RELEASE_DATE@" \
Marco>