Add USES=autoreconf

Differential Revision:	https://reviews.freebsd.org/D792
Reviewed by:	wblock, tijl
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-09-18 12:03:40 +00:00
parent 58346b2897
commit d8b83c866b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45635

View file

@ -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>