Date: Sat, 26 Apr 2014 20:18:49 +0200 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Port's Makefile: aclocal implies the use of automake, but does not respect AUTOMAKE_ARGS Message-ID: <20140426201849.303058fd.ohartman@zedat.fu-berlin.de>
next in thread | raw e-mail | index | archive | help
--Sig_//lqyFsuGTv/ALWJU_BJBuLu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I have a problem with porting. The handbook states, see http://www.freebsd.org/doc/en/books/porters-handbook/using-autotools.html, that aclocal implies the ussage of automake. Consider this line in the port's Makefile: USE_AUTOTOOLS=3D libltdl aclocal autoheader The software comes with the basis of Makefile.am an configure.ac, so I have= to go through the configure steps of the GNU autotools. Having the the USE_AUTOTOOLS=3D s= et as above and having the sentence from the porter's handbook in mind, the configure proce= ss fails with "missing". To avoid those messages, I have to add =20 AUTOMAKE_ARGS+=3D -a for --add-missing in automake. Having USE_AUTOTOOLS=3D libltdl aclocal autoheader automake set, AUTOMAKE_= ARGS+=3D -a is respected. Omit automake from USE_AUTOTOOLS=3D results in a non-respected A= UTOMAKE_ARGS+=3D -a and a lot of typical missing errors. Something is wrong in the logic! Either the porter's handbook is wrong or I= 'm missing some knob. Regards, Oliver --Sig_//lqyFsuGTv/ALWJU_BJBuLu Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTW/iNAAoJEOgBcD7A/5N8PdsH/2gRqR6HH/89vfMnOucSf3et E8Q1X6sVNSC5qlSQH4qimkDOKeh/ocK/L/IdEQVEsLX7jjJNq01MmKa2KD9hPiuE hlojMwQhIZb6qvKdt4Ni1dF73WmeEhf9UR3Mlhhl18VeVrc5CsBEnac+63c2iXwF 62XxPeFpZYEc7q9IdnHaJYIkJ0P7PIdu7/JZAwm3/GUT1EemMMpQYW6L9nTETcC7 rxxh1XS40E0tlb9KicXFCmYEqvNQw0aQi8U3zaiiqSYET8E8gt99BnwARaL7mXyh C9fOYYK9MuYVrCwu50Wmw0L33hUc24DpP5XX4SxXlNO//+Fmp8XH0c7mkOEFFZs= =slCb -----END PGP SIGNATURE----- --Sig_//lqyFsuGTv/ALWJU_BJBuLu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140426201849.303058fd.ohartman>