svn commit: r45660 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: mat (ports committer)
Date: Tue Sep 23 14:42:34 2014
New Revision: 45660
URL: http://svnweb.freebsd.org/changeset/doc/45660
Log:
Add a note about configure.ac being called configure.in
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 Tue Sep 23 12:03:19 2014 (r45659)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Tue Sep 23 14:42:34 2014 (r45660)
@@ -68,7 +68,9 @@
<command>automake</command>, <command>autopoint</command>,
and <command>libtoolize</command> commands. Each command
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
with their own <filename>configure.ac</filename> using
<literal>AC_CONFIG_SUBDIRS</literal>,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"