public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.919-1-g894b9d59
@ 2022-06-24 12:22 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2022-06-24 12:22 UTC (permalink / raw)
  To: cygwin-apps-cvs




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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-24 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 12:22 [setup - the official Cygwin setup program] branch master, updated. release_2.919-1-g894b9d59 Jon TURNEY

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).