Re: libtool 1.4: "make uninstall" broken?

2001-05-04 Thread Lars J. Aas
On Fri, May 04, 2001 at 05:58:29PM +0200, Peter Eisentraut wrote: : The reason is that install-info is often installed under /sbin, so it's : not in the ordinary user's path. The "install" targets work around this : by not calling "install-info" in that case, but "uninstall" does not. OK, I thin

Re: libtool 1.4: "make uninstall" broken?

2001-05-04 Thread Peter Eisentraut
Lars J. Aas writes: > I installed libtool 1.4 in the wrong place and then tried "make uninstall" > before doing a reconfigure. It complained about not finding "install-info" > or something - I didn't care to investigate further. I pointed this out a long time ago. "make uninstall" has the pote

Help!

2001-05-04 Thread Zhu, David
Hello, Could you send me examples of how to use autoconf and automake. Thanks you very much. -- David Zhu ARMILLAIRE Technologies, Inc. (301) 767-1567

Re: [Patch] remove temp file in sanity check

2001-05-04 Thread Akim Demaille
| + rm -f conftest.file | if test "$[*]" != "X $srcdir/configure conftest.file" \ |&& test "$[*]" != "X conftest.file $srcdir/configure"; then | | Obviously there is a problem here. No, there is none, just my being tired I guess :( Sorry, applied.

Re: [Patch] remove temp file in sanity check

2001-05-04 Thread Akim Demaille
+ rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then Obviously there is a problem here. Anyway, configure 2.50+ removes conftest* when it exits so there is no real issue here (2.13 does not, but it

Re: bootstrap problem?

2001-05-04 Thread Akim Demaille
I'm checking in a variant of your patch, thanks! Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * configure.in: Set perllibdir. From Dave Morrison. Index: configure === RCS file: /cvs/automake/automake/co

Re: --add-missing broken

2001-05-04 Thread Akim Demaille
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, At present time, automake --add-missing is broken. Ralf> Apparent cause is this patch below. Doh! Thanks! Weird that the test suite did not catch this. Ralf> Related question: Which directory is am_dir/--am-dir supposed to R

dist-all.patch

2001-05-04 Thread Akim Demaille
Quite straightforward (oh, how I love *.am only patches :). The only question is whether we want to factor tar too or not. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * distdir.am (dist-all): Build all the flavors using a single distdir. Index: Makefile.am ===