From: Steven G. Johnson Date: Tue, 10 Apr 2001 03:17:30 +0000 (+0000) Subject: Revert to "configure.in" in the history, since X-Git-Tag: autoconf-2.50~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56c6afbc509bed0ba44bbffa9aac015afc69400;p=thirdparty%2Fautoconf.git Revert to "configure.in" in the history, since "configure.ac" wasn't used in the past, and in any case it is probably a good idea to preserve this section verbatim. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ee70fc9fa..6dc410bb3 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -10253,10 +10253,10 @@ locally or that have patches from vendors installed. I considered using an architecture similar to that of Cygnus @code{configure}, where there is a single @code{configure} script that -reads pieces of @file{configure.ac} when run. But I didn't want to have +reads pieces of @file{configure.in} when run. But I didn't want to have to distribute all of the feature tests with every package, so I settled on having a different @code{configure} made from each -@file{configure.ac} by a preprocessor. That approach also offered more +@file{configure.in} by a preprocessor. That approach also offered more control and flexibility. I looked briefly into using the Metaconfig package, by Larry Wall,