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: [setup - the official Cygwin setup program] branch master, updated. release_2.919-1-g894b9d59
Date: Fri, 24 Jun 2022 12:22:42 +0000 (GMT)	[thread overview]
Message-ID: <20220624122242.A95AB385022A@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=894b9d59cd991cd579cc20c6181f7842a50df9b5

commit 894b9d59cd991cd579cc20c6181f7842a50df9b5
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Jun 24 13:20:32 2022 +0100

    Lower autoconf requirement to 2.69
    
    We don't actually use LIBLEX, so the change in AC_PROG_LEX() behaviour
    in autoconf 2.70 isn't particularly relevant, and this let's us still
    build using the x86 w/ SJLJ exceptions toolchain in Fedora 31.


Diff:
---
 configure.ac             | 2 +-
 libgetopt++/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 32df4f25..453d2736 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([setup], [0], [cygwin-apps@cygwin.com])
-AC_PREREQ(2.70)
+AC_PREREQ(2.69)
 AC_CONFIG_AUX_DIR([cfgaux])
 AM_INIT_AUTOMAKE([1.12 subdir-objects foreign no-define -Wall -Wno-portability])
 dnl AM_CONFIG_HEADER(include/autoconf.h)
diff --git a/libgetopt++/configure.ac b/libgetopt++/configure.ac
index b79691dc..b1d60c4a 100644
--- a/libgetopt++/configure.ac
+++ b/libgetopt++/configure.ac
@@ -5,7 +5,7 @@ dnl  Robert Collins, rbtcollins@hotmail.com
 dnl
 dnl
 AC_INIT(src/GetOption.cc, 0.0.2-DEVEL)
-AC_PREREQ(2.70)
+AC_PREREQ(2.69)
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(include/autoconf.h)



                 reply	other threads:[~2022-06-24 12:22 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=20220624122242.A95AB385022A@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).