|
Re: no serial number?: msg#00015gnu.libtool.general
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: IFACMGN, out of dough: 00015, Lucile Watson |
|---|---|
| Next by Date: | more on serial: 00015, Patrick Welche |
| Previous by Thread: | Re: IFACMGN, out of doughi: 00015, Lucile Watson |
| Next by Thread: | Re: no serial number?: 00015, Gary V. Vaughan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |