From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/autotools-wrappers:main commit in: /
Date: Wed, 7 Dec 2022 20:46:13 +0000 (UTC) [thread overview]
Message-ID: <1670445963.afe80def609c91d72df73837ce2c51fed8b69f28.sam@gentoo> (raw)
commit: afe80def609c91d72df73837ce2c51fed8b69f28
Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Wed Dec 7 20:43:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 20:46:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=afe80def
ac-wrapper.sh: fix autoconf regex
We need to optionally match the ., not require digits following period in version group.
Bug: https://bugs.gentoo.org/870169
Fixes: 6f9e65b68174b938714100f34f399844f8d2cb93
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
ac-wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index fb10d1c..9499ace 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -147,7 +147,7 @@ acprereq_version() {
}
generated_version() {
- local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf version) ([0-9.]+)\..*'
+ local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf version) (([0-9]+.)+[0-9]+).*$'
sed -n -E "/${re}/{s:${re}:\3:;p;q}" "$@"
}
next reply other threads:[~2022-12-07 20:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 20:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 6:51 [gentoo-commits] proj/autotools-wrappers:main commit in: / Sam James
2024-06-07 13:27 Sam James
2023-12-24 0:55 Sam James
2022-11-22 21:20 Sam James
2022-11-22 21:20 Sam James
2022-02-08 2:58 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-30 9:24 Mike Frysinger
2022-01-29 20:35 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1670445963.afe80def609c91d72df73837ce2c51fed8b69f28.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox