public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.35.2-1-g8407994
Date: Sat, 13 Aug 2022 21:52:43 +0000 (GMT)	[thread overview]
Message-ID: <20220813215243.4F1CF3858CDA@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=8407994126516d73aeb17b6b829578c0848a4c4d

commit 8407994126516d73aeb17b6b829578c0848a4c4d
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Wed Jul 20 13:14:12 2022 +0100

    autotools.cygclass: Fix detecting autoconf version 2.13
    
    configure scripts generated with autoconf 2.13 produce a slightly
    different output for --version:
    
    $ ./configure --version
    configure generated by autoconf version 2.13


Diff:
---
 cygclass/autotools.cygclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cygclass/autotools.cygclass b/cygclass/autotools.cygclass
index 7d56cbf..c83dd00 100644
--- a/cygclass/autotools.cygclass
+++ b/cygclass/autotools.cygclass
@@ -663,7 +663,7 @@ cygconf() {
 	configure="${confdir}/configure"
 	if [ -z ${AUTOCONF_VERSION} ]
 	then
-		confver="$("$configure" --version | sed -rn 's/.*GNU Autoconf ([0-9\.]+)/\1/p')"
+		confver="$("$configure" --version | sed -rn 's/.*(GNU Autoconf|autoconf version) ([0-9\.]+)/\2/p')"
 	else
 		confver=${AUTOCONF_VERSION}
 	fi



                 reply	other threads:[~2022-08-13 21:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220813215243.4F1CF3858CDA@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).