Date: Thu, 18 Sep 2014 12:03:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45635 - head/en_US.ISO8859-1/books/porters-handbook/uses Message-ID: <201409181203.s8IC3f9v095860@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat (ports committer) Date: Thu Sep 18 12:03:40 2014 New Revision: 45635 URL: http://svnweb.freebsd.org/changeset/doc/45635 Log: Add USES=autoreconf Differential Revision: https://reviews.freebsd.org/D792 Reviewed by: wblock, tijl Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Wed Sep 17 23:33:54 2014 (r45634) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Sep 18 12:03:40 2014 (r45635) @@ -56,6 +56,28 @@ <application>gcc</application> 4.7 based one.</entry> </row> + <row xml:id="uses-autoreconf"> + <entry><literal>autoreconf</literal></entry> + + <entry>(none), <literal>build</literal></entry> + + <entry>Runs <command>autoreconf</command>. It encapsulates + the <command>aclocal</command>, + <command>autoconf</command>, + <command>autoheader</command>, + <command>automake</command>, <command>autopoint</command>, + and <command>libtoolize</command> commands. Each command + applies to + <filename>${CONFIGURE_WRKSRC}/configure.ac</filename>. If + <filename>configure.ac</filename> defines subdirectories + with their own <filename>configure.ac</filename> using + <literal>AC_CONFIG_SUBDIRS</literal>, + <command>autoreconf</command> will recursively update + those as well. The <literal>:build</literal> argument + only adds build time dependencies on those tools but does + not run <command>autoreconf</command>.</entry> + </row> + <row xml:id="uses-bison"> <entry><literal>bison</literal></entry>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181203.s8IC3f9v095860>