- Update examples to USE_AUTOTOOLS
This commit is contained in:
parent
d862ff7968
commit
8f08732f73
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26806
1 changed files with 2 additions and 2 deletions
|
@ -670,7 +670,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
||||||
<command>autoconf</command> to regenerate
|
<command>autoconf</command> to regenerate
|
||||||
<command>configure</command>, do not take the diffs of
|
<command>configure</command>, do not take the diffs of
|
||||||
<command>configure</command> (it often grows to a few thousand
|
<command>configure</command> (it often grows to a few thousand
|
||||||
lines!); define <literal>USE_AUTOCONF_VER=213</literal> and take the
|
lines!); define <literal>USE_AUTOTOOLS=autoconf:253</literal> and take the
|
||||||
diffs of <filename>configure.in</filename>.</para>
|
diffs of <filename>configure.in</filename>.</para>
|
||||||
|
|
||||||
<para>Quite often, there is a situation when the software being
|
<para>Quite often, there is a situation when the software being
|
||||||
|
@ -3324,7 +3324,7 @@ PATCHFILES= patch1:test</programlisting>
|
||||||
compiled from ports and the <makevar>CC</makevar> and
|
compiled from ports and the <makevar>CC</makevar> and
|
||||||
<makevar>CXX</makevar> variables are adjusted.
|
<makevar>CXX</makevar> variables are adjusted.
|
||||||
<makevar>USE_GCC</makevar> can't be used together with
|
<makevar>USE_GCC</makevar> can't be used together with
|
||||||
<makevar>USE_LIBTOOL_VER</makevar>.</entry>
|
<makevar>USE_AUTOTOOLS=libtool:<replaceable>XX</replaceable></makevar>.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue