[PATCH] Another BSD make incompatibility

2001-01-03 Thread Derek R. Price
Found another bug in automake's support for dependencies using BSD's make. This one is based on the fact that BSD make doesn't allow comments to continue on the next line using '\'. I just hooked into the existing conditional machinery instead of stuffing "\@AMDEP\@" as the first item in the

autoconf, automake and gettext

2001-01-03 Thread fme
Hello, I wrote a little starters tutorial on the combination autoconf, automake and gettext. It is supposed to supplement existing documentation. It comes together with an example hello package, containing the minimal structure to build it. The configuration files in that packages are well

autoconf, automake and gettext

2001-01-03 Thread fme
And the url of that starters goodie is (yes I'm a dullard): http://gallery.uunet.be/Francis.Meyvis/ Sorry of the fuzz. -- Regards, Francis Meyvis -- Address: Laarbeekln 75/4, B-1731 Zellik, Belgium.Tel/fax: (32) 2

Re: [patch] libtoolize --acdir --ltdir

2001-01-03 Thread Rusty Ballinger
Did this patch go in to libtool? Not yet. Having it posted to the right mailing list ([EMAIL PROTECTED]) *might* help accelerating the process, since then other maintainers of libtool might look into it. Thanks; I just sent the libtoolize parts of the patch to that list. --Rusty

check_LTLIBRARIES and -rpath

2001-01-03 Thread Kevin Ryde
I tried to use check_LTLIBRARIES = libfoo.la but found it added "-rpath $(checkdir)" to the libtool link, which didn't work since $(checkdir) doesn't exist. I thought to use this as a convenience library built only under a "make check". If this is how it's meant to be used then I