From unknown Fri Jun 20 07:16:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#11637 <11637@debbugs.gnu.org> To: bug#11637 <11637@debbugs.gnu.org> Subject: Status: [PATCH] build: use configure.ac, not configure.in, as Autoconf input Reply-To: bug#11637 <11637@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:51 +0000 retitle 11637 [PATCH] build: use configure.ac, not configure.in, as Autocon= f input reassign 11637 emacs submitter 11637 Stefano Lattarini severity 11637 minor tag 11637 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 07:33:40 2012 Received: (at submit) by debbugs.gnu.org; 6 Jun 2012 11:33:40 +0000 Received: from localhost ([127.0.0.1]:60097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScEUd-00024R-J6 for submit@debbugs.gnu.org; Wed, 06 Jun 2012 07:33:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36314) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScEUH-00023s-Tr for submit@debbugs.gnu.org; Wed, 06 Jun 2012 07:33:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScES1-0001z8-Ni for submit@debbugs.gnu.org; Wed, 06 Jun 2012 07:31:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScES1-0001z3-Hy for submit@debbugs.gnu.org; Wed, 06 Jun 2012 07:30:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScERv-0004zH-UK for bug-gnu-emacs@gnu.org; Wed, 06 Jun 2012 07:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScERo-0001xN-DH for bug-gnu-emacs@gnu.org; Wed, 06 Jun 2012 07:30:51 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:47270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScERn-0001x6-TA for bug-gnu-emacs@gnu.org; Wed, 06 Jun 2012 07:30:44 -0400 Received: by wefh52 with SMTP id h52so5348840wef.0 for ; Wed, 06 Jun 2012 04:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=g4tDloVxlA/SOyo0a1d5J9eTH6tLOMvx+QtzpGYqzIE=; b=K6oFEMKlYZA2xNfL4Y2myXdm0td2fhQiRMjVriQGM9Kvno7HSOwVjf/WQ/kfBxsp4v v5btTxMtwYZczY7LbRTtW8QfPVyS5bUko0mcpIM1SxIQA5rK4K75xlrL9bt0F8MF4Dsi lX569MxK/0A94w4wrXSyBFcSUIEuLMp3sGD4yvj8CahnzQ/EnhXQw6sEcl0QilceBqAg /tUdLTIjqkzqrP4glPNVMehzh7vBpm6FaW0YKqoNZjwt6vbu1b1zLMirFnWXyS2Uy02F pk0VshOqYZjAwWFq+hVxyvOFyGys5PKS4VXjI/2SwRQV+7r+4b9Oy1soe4yfpLbuzlFA UD3g== Received: by 10.216.26.201 with SMTP id c51mr2864756wea.108.1338982241499; Wed, 06 Jun 2012 04:30:41 -0700 (PDT) Received: from localhost.localdomain (host14-81-dynamic.116-80-r.retail.telecomitalia.it. [80.116.81.14]) by mx.google.com with ESMTPS id gv7sm2035749wib.4.2012.06.06.04.30.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jun 2012 04:30:40 -0700 (PDT) From: Stefano Lattarini To: bug-gnu-emacs@gnu.org Subject: [PATCH] build: use configure.ac, not configure.in, as Autoconf input Date: Wed, 6 Jun 2012 13:30:29 +0200 Message-Id: <2c852c8be8079c8383ed3811e942c2c2508b686d.1338978919.git.stefano.lattarini@gmail.com> X-Mailer: git-send-email 1.7.10.2.569.g5bc2dc2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit Cc: Stefano Lattarini X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) The Autoconf documentation has been advising for years to prefer 'configure.in' over 'configure.ac', and future version of Autoconf will start issuing runtime warnings if 'configure.in' is still used. See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate 'configure.in' as autoconf input" in the Autoconf git repository). Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini --- ChangeLog | 14 ++++++++++++++ INSTALL | 4 ++-- INSTALL.BZR | 2 +- Makefile.in | 4 ++-- README | 6 +++--- admin/quick-install-emacs | 4 ++-- autogen.sh | 2 +- autogen/Makefile.in | 2 +- autogen/copy_autogen | 2 +- autogen/update_autogen | 2 +- configure.in => configure.ac | 0 make-dist | 16 ++++++++-------- src/s/template.h | 4 ++-- 13 files changed, 38 insertions(+), 24 deletions(-) rename configure.in => configure.ac (100%) diff --git a/ChangeLog b/ChangeLog index 3a4c7fe..6cb33d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-06-03 Stefano Lattarini (tiny change) + + build: use configure.ac, not configure.in, as Autoconf input + The Autoconf documentation has been advising for years to prefer + 'configure.in' over 'configure.ac', and future version of Autoconf + will start issuing runtime warnings if 'configure.in' is still used. + See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate + 'configure.in' as autoconf input" in the Autoconf git repository). + * configure.in: Renamed ... + * configure.ac: ... like this. + * README, INSTALL, INSTALL.BZR, Makefile.in, make-dist, + autogen.sh, src/s/template.h, autogen/update_autogen, + admin/quick-install-emacs): Adjust. + 2012-06-03 Glenn Morris * INSTALL, make-dist: Remove rcs-checkin. diff --git a/INSTALL b/INSTALL index f0b2226..a56390e 100644 --- a/INSTALL +++ b/INSTALL @@ -676,9 +676,9 @@ changing the s/*.h and m/*.h files. corresponding `Makefile.in' files. This isn't so hard, just a matter of editing in appropriate substitutions for the @...@ constructs. -The `configure' script is built from `configure.in' by the `autoconf' +The `configure' script is built from `configure.ac' by the `autoconf' program. You need at least the version of autoconf specified in the -AC_PREREQ(...) command to rebuild `configure' from `configure.in'. +AC_PREREQ(...) command to rebuild `configure' from `configure.ac'. BUILDING GNU EMACS BY HAND diff --git a/INSTALL.BZR b/INSTALL.BZR index 675eaaf..e98d742 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -8,7 +8,7 @@ Building Emacs from Bazaar requires some tools that are not needed when building from a release. You will need: autoconf - at least the version specified near the start of - configure.in (in the AC_PREREQ command). + configure.ac (in the AC_PREREQ command). automake - we recommend at least version 1.11. makeinfo - not strictly necessary, but highly recommended, so that you can build the manuals. diff --git a/Makefile.in b/Makefile.in index fb2530d..1fdac32 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,7 +277,7 @@ all: ${SUBDIR} removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' # Generate epaths.h from epaths.in. This target is invoked by `configure'. -# See comments in configure.in for why it is done this way, as opposed +# See comments in configure.ac for why it is done this way, as opposed # to just letting configure generate epaths.h from epaths.in in a # similar way to how Makefile is made from Makefile.in. epaths-force: FRC @@ -358,7 +358,7 @@ config.status: ${srcdir}/configure ${srcdir}/lisp/version.el ./configure $(CONFIGURE_FLAGS); \ fi -AUTOCONF_INPUTS = $(srcdir)/configure.in $(srcdir)/aclocal.m4 +AUTOCONF_INPUTS = $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/configure: $(AUTOCONF_INPUTS) cd ${srcdir} && autoconf diff --git a/README b/README index 4e1a4c4..de4ee24 100644 --- a/README +++ b/README @@ -37,12 +37,12 @@ oddities of your processor and operating system. It creates the file process of building and installing Emacs. See INSTALL for more detailed information. -The file `configure.in' is the input used by the autoconf program to +The file `configure.ac' is the input used by the autoconf program to construct the `configure' script. Since Emacs has some configuration requirements that autoconf can't meet directly, and for historical -reasons, `configure.in' uses an unholy marriage of custom-baked +reasons, `configure.ac' uses an unholy marriage of custom-baked configuration code and autoconf macros. If you want to rebuild -`configure' from `configure.in', you will need to install a recent +`configure' from `configure.ac', you will need to install a recent version of autoconf and GNU m4. The file `Makefile.in' is a template used by `configure' to create diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 7004e8f..4abef10 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs @@ -171,9 +171,9 @@ test x"$prefix" = x && { prefix="`get_config_var prefix`" || exit 4 ; } test x"$ARCH" = x && { ARCH="`get_config_var host`" || exit 4 ; } VERSION=` - sed -n 's/^AC_INIT(emacs,[ ]*\([^ )]*\).*/\1/p' <$SRC/configure.in + sed -n 's/^AC_INIT(emacs,[ ]*\([^ )]*\).*/\1/p' <$SRC/configure.ac ` || exit 4 -test -n "$VERSION" || { echo >&2 "$me: no version in configure.in"; exit 4; } +test -n "$VERSION" || { echo >&2 "$me: no version in configure.ac"; exit 4; } DST_SHARE="$prefix/share/emacs/$VERSION" DST_BIN="$prefix/bin" diff --git a/autogen.sh b/autogen.sh index fb5917f..0c92047 100755 --- a/autogen.sh +++ b/autogen.sh @@ -34,7 +34,7 @@ progs="autoconf automake" ## Minimum versions we need: -autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.in` +autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac` ## FIXME how to determine this from the sources? automake_min=1.11 diff --git a/autogen/Makefile.in b/autogen/Makefile.in index b450729..f482421 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -91,7 +91,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \ $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_t.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/autogen/copy_autogen b/autogen/copy_autogen index c9f04ad..b6af9b6 100755 --- a/autogen/copy_autogen +++ b/autogen/copy_autogen @@ -3,7 +3,7 @@ ## Helper script for those building Emacs from bzr without autoconf etc. ## This installs some pre-generated versions of the automatically ## generated files. It is highly recommended to install the necessary -## tools instead of using this. Note that if eg configure.in +## tools instead of using this. Note that if eg configure.ac ## is updated, the next time you run make it will attempt to ## regenerate configure and will fail if you do not have the required ## tools. You will have to run this script again. diff --git a/autogen/update_autogen b/autogen/update_autogen index 58e3838..14a4119 100755 --- a/autogen/update_autogen +++ b/autogen/update_autogen @@ -79,7 +79,7 @@ lboot_flag= ## Parameters. ldefs_in=lisp/loaddefs.el ldefs_out=lisp/ldefs-boot.el -sources="configure.in lib/Makefile.am" +sources="configure.ac lib/Makefile.am" genfiles=" configure aclocal.m4 src/config.in lib/Makefile.in build-aux/compile build-aux/config.guess build-aux/config.sub diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac diff --git a/make-dist b/make-dist index fd2c074..1411263 100755 --- a/make-dist +++ b/make-dist @@ -147,7 +147,7 @@ fi ### Find out which version of Emacs this is. version=` - sed -n 's/^AC_INIT(emacs,[ ]*\([^ )]*\).*/\1/p' &2 @@ -230,16 +230,16 @@ fi if [ $update = yes ]; then - ## Make sure configure is newer than configure.in. - if [ "x`ls -t configure configure.in | sed q`" != "xconfigure" ]; then - echo "\`./configure.in' is newer than \`./configure'" >&2 + ## Make sure configure is newer than configure.ac. + if [ "x`ls -t configure configure.ac | sed q`" != "xconfigure" ]; then + echo "\`./configure.ac' is newer than \`./configure'" >&2 echo "Running autoconf" >&2 autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; } fi - ## Make sure src/stamp-h.in is newer than configure.in. - if [ "x`ls -t src/stamp-h.in configure.in | sed q`" != "xsrc/stamp-h.in" ]; then - echo "\`./configure.in' is newer than \`./src/stamp-h.in'" >&2 + ## Make sure src/stamp-h.in is newer than configure.ac. + if [ "x`ls -t src/stamp-h.in configure.ac | sed q`" != "xsrc/stamp-h.in" ]; then + echo "\`./configure.ac' is newer than \`./src/stamp-h.in'" >&2 echo "Running autoheader" >&2 autoheader || { x=$?; echo Autoheader FAILED! >&2; exit $x; } rm -f src/stamp-h.in @@ -284,7 +284,7 @@ mkdir ${tempdir} ### README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files" ln INSTALL README BUGS ${tempdir} -ln ChangeLog Makefile.in configure configure.in ${tempdir} +ln ChangeLog Makefile.in configure configure.ac ${tempdir} ln config.bat make-dist .dir-locals.el ${tempdir} ln aclocal.m4 ${tempdir} diff --git a/src/s/template.h b/src/s/template.h index 527694b..394ec66 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -100,11 +100,11 @@ along with GNU Emacs. If not, see . */ /* ============================================================ */ /* After adding support for a new system, modify the large case - statement in configure.in to recognize reasonable + statement in configure.ac to recognize reasonable configuration names, and add a description of the system to `etc/MACHINES'. - Check for any tests of $opsys in configure.in, and add an entry + Check for any tests of $opsys in configure.ac, and add an entry for the new system if needed. If you've just fixed a problem in an existing configuration file, -- 1.7.10.2.569.g5bc2dc2 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 11:27:54 2012 Received: (at 11637) by debbugs.gnu.org; 6 Jun 2012 15:27:54 +0000 Received: from localhost ([127.0.0.1]:60663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScI9J-0007VE-O4 for submit@debbugs.gnu.org; Wed, 06 Jun 2012 11:27:54 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:50785) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScI9H-0007V0-En for 11637@debbugs.gnu.org; Wed, 06 Jun 2012 11:27:52 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M5700300C5MV300@a-mtaout21.012.net.il> for 11637@debbugs.gnu.org; Wed, 06 Jun 2012 18:25:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5700322C6JTF30@a-mtaout21.012.net.il>; Wed, 06 Jun 2012 18:25:31 +0300 (IDT) Date: Wed, 06 Jun 2012 18:25:44 +0300 From: Eli Zaretskii Subject: Re: bug#11637: [PATCH] build: use configure.ac, not configure.in, as Autoconf input In-reply-to: <2c852c8be8079c8383ed3811e942c2c2508b686d.1338978919.git.stefano.lattarini@gmail.com> X-012-Sender: halo1@inter.net.il To: Stefano Lattarini Message-id: <83ehpswjgn.fsf@gnu.org> References: <2c852c8be8079c8383ed3811e942c2c2508b686d.1338978919.git.stefano.lattarini@gmail.com> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11637 Cc: 11637@debbugs.gnu.org, stefano.lattarini@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Stefano Lattarini > Date: Wed, 6 Jun 2012 13:30:29 +0200 > Cc: Stefano Lattarini > > The Autoconf documentation has been advising for years to prefer > 'configure.in' over 'configure.ac', and future version of Autoconf > will start issuing runtime warnings if 'configure.in' is still used. > See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate > 'configure.in' as autoconf input" in the Autoconf git repository). Thanks. We already have a patch for this, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11603 If you have suggestions for the changes there, please follow up at that bug report. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 11:36:10 2012 Received: (at 11637) by debbugs.gnu.org; 6 Jun 2012 15:36:10 +0000 Received: from localhost ([127.0.0.1]:60676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScIHK-0007hl-21 for submit@debbugs.gnu.org; Wed, 06 Jun 2012 11:36:10 -0400 Received: from mail-ey0-f172.google.com ([209.85.215.172]:59112) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScIHH-0007hI-8y; Wed, 06 Jun 2012 11:36:07 -0400 Received: by eaaq13 with SMTP id q13so2057046eaa.3 for ; Wed, 06 Jun 2012 08:33:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=3JOAXlJT17f41gQa4+pWIEdZjO7RHWTW/SEqju165dM=; b=NCVvj0A8Kn8hg5Pw3nIjeVch6j7x+Z/jiRr///5K0fy4nOLyVm04AaOUvEP82+ClI6 WKOX2diQIY5TLGmcSvsd2nhHeRvL39eWs4y73/+kdc7TIG703i98IBgFvX8/z/FpSDS3 GEgcmFk9+jZGCSnO+HbyH+6wOrpY5WdovWw2XIjEOiGOzaA2wy2k8k42ORmSj7bkTvIK ZeZrxa07VEQTKVCKVHU5uz3Irx31TQ+q02QURW2AsULLbr/aHgw8e8BpwCUDCxE8RywD f0d4tyF/ltH/ll8C6lmC6ygPzQJX8IIvy0FfQyUUPxYQrKeTwBl9VIa6HgFn1oLP3eSY 75+A== Received: by 10.14.100.72 with SMTP id y48mr923290eef.106.1338996832597; Wed, 06 Jun 2012 08:33:52 -0700 (PDT) Received: from [80.116.81.14] (host14-81-dynamic.116-80-r.retail.telecomitalia.it. [80.116.81.14]) by mx.google.com with ESMTPS id s47sm601960eef.4.2012.06.06.08.33.50 (version=SSLv3 cipher=OTHER); Wed, 06 Jun 2012 08:33:51 -0700 (PDT) Message-ID: <4FCF785B.3030707@gmail.com> Date: Wed, 06 Jun 2012 17:33:47 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#11637: [PATCH] build: use configure.ac, not configure.in, as Autoconf input References: <2c852c8be8079c8383ed3811e942c2c2508b686d.1338978919.git.stefano.lattarini@gmail.com> <83ehpswjgn.fsf@gnu.org> In-Reply-To: <83ehpswjgn.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11637 Cc: 11603@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) [Moving to the correct pre-existing PR] On 06/06/2012 05:25 PM, Eli Zaretskii wrote: >> From: Stefano Lattarini >> Date: Wed, 6 Jun 2012 13:30:29 +0200 >> Cc: Stefano Lattarini >> >> The Autoconf documentation has been advising for years to prefer >> 'configure.in' over 'configure.ac', and future version of Autoconf >> will start issuing runtime warnings if 'configure.in' is still used. >> See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate >> 'configure.in' as autoconf input" in the Autoconf git repository). > > Thanks. We already have a patch for this, > Oops, sorry for not checking before opening a new PR. Feel free to close this report when you want. > see > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11603 > > If you have suggestions for the changes there, please follow up at > that bug report. > I'd just suggest adding a reference to the Autoconf git commit that introduces the new warning: See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate 'configure.in' as autoconf input" in the Autoconf git repository). Apart from that, I'm sure Paul has done a good work, as usual :-) Thanks, and sorry for the noise, Stefano From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 12:27:32 2012 Received: (at control) by debbugs.gnu.org; 6 Jun 2012 16:27:32 +0000 Received: from localhost ([127.0.0.1]:60724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScJ50-0000Pc-E2 for submit@debbugs.gnu.org; Wed, 06 Jun 2012 12:27:32 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:33605 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScJ4g-0000PB-0S for control@debbugs.gnu.org; Wed, 06 Jun 2012 12:27:28 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ScJ2a-00075j-Cu for control@debbugs.gnu.org; Wed, 06 Jun 2012 12:25:00 -0400 Date: Wed, 06 Jun 2012 12:25:00 -0400 Message-Id: Subject: control message for bug 11637 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 11603 11637 From unknown Fri Jun 20 07:16:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Aug 2012 11:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator