Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-16 Thread Alexandre Duret-Lutz
[Adding libtool to Cc:, in case people there care about the aux_dir discussion at the end of this mail.] >>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> Alexandre: Robert> The "dir" file in ${prefix}/info is created by this command: Robert> install-info --info-dir=/net/testme

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-16 Thread Robert Boehne
Alexandre: The "dir" file in ${prefix}/info is created by this command: install-info --info-dir=/net/testme/info /net/testme/info/libtool.info It makes sense that this file still exists after "make uninstall" because unless it is alone in the directory, it should still exist. The other files were

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-14 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: [...] Robert> these files are installed by "make install", Could you send the output of `make install', so we see exactly when these files are installed? Robert> which is run as a dependency of distcheck. Any ideas Robert> why this

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-14 Thread Robert Boehne
Alexandre, Ok, I have Automake 1.7.2b, Autoconf 2.57, Texinfo 4.2 (also tried 4.5) Make 3.79.1 and bash 2.05a.0(1)-release. I removed everything in my libtool directory but the top-level "CVS" directory, then did an update to get current cvs. ./bootstrap && ./configure \ --prefix=/net/testme &&

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-13 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> Hello, Robert> I have a problem with the beta, after bootstrapping a Robert> fresh checkout of Libtool with Autoconf 2.57 and Automake Robert> 1.7.2b, I get a make distcheck error. Apparently the Robert> distcheck fails becaus

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-13 Thread Robert Boehne
Hello, I have a problem with the beta, after bootstrapping a fresh checkout of Libtool with Autoconf 2.57 and Automake 1.7.2b, I get a make distcheck error. Apparently the distcheck fails because files are left over in the insallation directory after "make uninstall" is run. Below are the offendi