svn commit: r345514 - head/Mk/Uses
Tijl Coosemans
tijl at FreeBSD.org
Mon Feb 24 09:15:22 UTC 2014
On Mon, 24 Feb 2014 08:43:00 +0100 Pietro Cerutti wrote:
> On 2014-Feb-22, 17:49, Tijl Coosemans wrote:
>> It looks like the configure script in that port is generated with macros
>> from a newer version of libtool than the ltmain.sh script. I suggest to
>> fix the port instead by running libtoolize. Because our libtool is an
>> even more recent version this also requires running aclocal and autoconf.
>> There's also a warning during configure about the 'missing' script being
>> out of date so also run automake.
>>
>> Patch attached. Pietro, can you approve it?
>
> I barely know what all those tools are for, but this does fix the
> issue indeed, so please go ahead. Thanks a lot!
Committed in r345788.
Basically those tools update all the build scripts.
aclocal: copies definitions of macros used in configure.in from files
in /usr/local/share/aclocal (like libtool.m4) into aclocal.m4.
libtoolize: updates ltmain.sh, config.sub and some more scripts.
autoheader: regenerates config.h.in
automake: regenerates Makefile.in from Makefile.am and updates some
scripts like compile, missing, depcomp,...
autoconf: regenerates configure
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140224/077180d3/attachment.sig>
More information about the svn-ports-all
mailing list