Add a note about configure.ac being called configure.in
Sponsored by: Absolight
This commit is contained in:
parent
a98ca82993
commit
2bef76d1d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45660
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@
|
||||||
<command>automake</command>, <command>autopoint</command>,
|
<command>automake</command>, <command>autopoint</command>,
|
||||||
and <command>libtoolize</command> commands. Each command
|
and <command>libtoolize</command> commands. Each command
|
||||||
applies to
|
applies to
|
||||||
<filename>${CONFIGURE_WRKSRC}/configure.ac</filename>. If
|
<filename>${CONFIGURE_WRKSRC}/configure.ac</filename> or
|
||||||
|
its old name,
|
||||||
|
<filename>${CONFIGURE_WRKSRC}/configure.in</filename>. If
|
||||||
<filename>configure.ac</filename> defines subdirectories
|
<filename>configure.ac</filename> defines subdirectories
|
||||||
with their own <filename>configure.ac</filename> using
|
with their own <filename>configure.ac</filename> using
|
||||||
<literal>AC_CONFIG_SUBDIRS</literal>,
|
<literal>AC_CONFIG_SUBDIRS</literal>,
|
||||||
|
|
Loading…
Reference in a new issue