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