GNU bug report logs -
#65600
[PATCH] Allow parameters AM_PROG_LEX
Previous Next
Reported by: Bogdan <bogdro_rep <at> gmx.us>
Date: Tue, 29 Aug 2023 18:58:02 UTC
Severity: normal
Tags: patch
Merged with 65730
Done: Karl Berry <karl <at> freefriends.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 65600 <at> debbugs.gnu.org (full text, mbox):
Hi Bogdan,
In reference to:
https://lists.gnu.org/archive/html/automake/2023-07/msg00007.html.
Thanks much!
Since it's Autoconf 2.70 that started using the parameter, I've
bumped the required value.
I don't think we should require the brand-new ac 2.70 just for this
minor feature. And I think it should be feasible not to: if the
autoconf version is >= 2.70, your new code runs; if <2.70, just ignore
any given argument. That way people can use the new automake macro with
an older autoconf.
I'm no expert on checking autoconf versions, but from glancing through
the autoconf manual, it looks like m4_version_prereq might be the
simplest to use in this case. It was officially added in ac 2.66, which
should be old enough. It's described at the end of
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/autoconf.html#Number-processing-Macros
Wdyt? Can you tweak your patch along these lines?
Thanks again,
Karl
This bug report was last modified 1 year and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.