|
From: | Eric Blake |
Subject: | Re: [PATCH] Add new 'AM_PROG_AR' macro, triggering the 'ar-lib' script. |
Date: | Thu, 16 Sep 2010 12:00:54 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.3 |
On 09/16/2010 11:56 AM, Ralf Wildenhues wrote:
[ adding autoconf-patches ] * Peter Rosin wrote on Thu, Sep 16, 2010 at 10:50:05AM CEST:--- a/automake.in +++ b/automake.in@@ -5242,6 +5262,7 @@ sub scan_autoconf_traces ($) AM_GNU_GETTEXT_INTL_SUBDIR => 0, AM_INIT_AUTOMAKE => 0, AM_MAINTAINER_MODE => 0, + AM_PROG_AR => 0, AM_PROG_CC_C_O => 0, AM_SILENT_RULES => 0, _AM_SUBST_NOTMAKE => 1,This requires updating of Autoconf. I'm checking the following in there. More generally, it either also requires that we bump Automake's version requirement on Autoconf, or we make the "autom4te preselections" test in Autoconf less strict, so that it won't fail with Automake which has the above. Or move the test to the Automake test suite.
Didn't we already relax the test at one point to SKIP if the version of automake run by the test differs from the version of automake used by the developer building autoconf? In particular:
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=87ccb0b79 -- Eric Blake address@hidden +1-801-349-2682 Libvirt virtualization library http://libvirt.org
[Prev in Thread] | Current Thread | [Next in Thread] |