-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
-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
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
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: