snowcrash+libtool wrote:
> after upgrading from libtool 1.5.25a to 1.5.27a on osx, i'm seeing the
> same libtool-related error in multiple packages.
> 
> e.g.,  building both NEON & SWIG, after a recommended (by them, not me)
> 
>  glibtoolize
>  ./autogen.sh
> 
> using 1.5.25a, then
> 
>  ./configure ...
>  make install
> 
> completes without error.
> 
> using 1.5.27a, and the same steps,
> 
>  ./configure ...
> 
> dies with the same error for both packages,
> 
>  ./configure: line 4350: syntax error near unexpected token
> `build_libtool_libs,'
>  ./configure: line 4350: `    _LT_DECL(build_libtool_libs, enable_shared, 0,'
> 
> any suggestions as to what to change/fix?  or, drop back again to 1.5.25a?

Since _LT_DECL does not appear in the stable branch, except for in a
ChangeLog entry, I believe that aclocal is getting confused and bringing
in bits of libtool-2.2 as well as bits of libtool-1.5. ltoptions.m4 from
libtool-2.2 has this line.

Peter
-- 
Peter O'Gorman
http://pogma.com


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to