-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Patrick Welche wrote:
| libtool.m4 contains:
|
| # serial 49 AC_PROG_LIBTOOL
| AC_DEFUN_ONCE([LT_INIT],
| AU_DEFUN([AC_PROG_LIBTOOL], [LT_INIT])
| AU_DEFUN([AM_PROG_LIBTOOL], [LT_INIT])
|
|>From the above, libtoolize won't include libtool.m4, because it is looking
| for AC_DEFUN([AC_PROG_LIBTOOL])
|
| It seems one can either change libtool.m4's serial line to LT_INIT and
| change libtoolize to look for LT_INIT, or one can change libtoolize to
| look for A[CU]_DEFUN [macro_name].
|
| Thoughts?
Exactly right. I have a half cocked patch to fix this that needs testing
before I commit...
| (There is more to this still, as then:
|
| src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
| src/Makefile.am:1:
| src/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
| src/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
|
| presumably from automake.. I'm not sure now if that box has the latest
| autoreconf which knows about LT_INIT or not)
Not sure about this one... maybe it will start working when libtoolize puts
the right macros (LT_INIT & friends) in aclocal.m4?
Cheers,
Gary.
- --
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAT0bNFRMICSmD1gYRAjN7AJ9FkXOSC95gHVIBgETjeIsSF3rThACfbJ0z
pX3VFVK1VK+eWqARxkcha2M=
=Du06
-----END PGP SIGNATURE-----
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool