Re: quick changes question

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | On Mon, Nov 17, 2003 at 02:15:51PM +, Patrick Welche wrote: | The Fine Manual tells me that libtool no longer exists during configure.in | execution => libtool --config fails because it is no longer necessary :-) | What shoul

Re: ac_aux_dir problem [was Re: quick changes question]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | Somehow during execution of configure, ac_aux_dir becomes unset (!) Thanks for the detailed report, this made tracking it down much easier. I hadn't tested without AM_INIT_AUTOMAKE which sets ac_aux_dir in config.status. I just

ac_aux_dir problem [was Re: quick changes question]

2003-11-19 Thread Patrick Welche
Somehow during execution of configure, ac_aux_dir becomes unset (!) To repeat, create this highly complex configure.ac: AC_INIT([autoprob],[1.0]) AC_PROG_LIBTOOL AC_OUTPUT automake -a cp /usr/local/share/automake/config.{sub,guess} . libtoolize aclocal autoconf Then apply something like the att

Re: quick changes question

2003-11-18 Thread Patrick Welche
On Mon, Nov 17, 2003 at 02:15:51PM +, Patrick Welche wrote: > Can you think of something which has changed in the last 3 weeks that could > cause this? (It looks like top_builddir or something like that is no longer > set, but I am not changing autoconf, just libtool.. (supplementary question: