svn commit: r45635 - head/en_US.ISO8859-1/books/porters-handbook/uses

Mathieu Arnold mat at FreeBSD.org
Thu Sep 18 12:03:41 UTC 2014


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>
 


More information about the svn-doc-all mailing list