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? (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) Cheers, Patrick On Thu, Feb 26, 2004 at 04:41:54PM +0000, Patrick Welche wrote: > libtoolize: warning: no serial number on `/usr/local/share/libtool/m4/libtool.m4', > not copying. > > libtoolize (GNU libtool 1.1434 2004/02/23 16:59:14) 1.5a > -rw-r--r-- 1 root wheel 206060 Feb 26 14:55 /usr/local/share/libtool/m4/libtool.m4 > % grep serial /usr/local/share/libtool/m4/libtool.m4 > # serial 49 AC_PROG_LIBTOOL _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool