From 2bef76d1d10b278413a4666c022a0e08405362bc Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 23 Sep 2014 14:42:34 +0000 Subject: [PATCH] Add a note about configure.ac being called configure.in Sponsored by: Absolight --- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index b2efab4841..a54004ecca 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -68,7 +68,9 @@ automake, autopoint, and libtoolize commands. Each command applies to - ${CONFIGURE_WRKSRC}/configure.ac. If + ${CONFIGURE_WRKSRC}/configure.ac or + its old name, + ${CONFIGURE_WRKSRC}/configure.in. If configure.ac defines subdirectories with their own configure.ac using AC_CONFIG_SUBDIRS,