mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] configure.ac: bump required autoconf version from 2.59 to 2.69
@ 2023-07-10  9:33 Robert Schwebel
  2023-07-10  9:33 ` [ptxdist] [PATCH 2/3] configure.ac: adapt quoting to autoupdate's suggestion Robert Schwebel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Robert Schwebel @ 2023-07-10  9:33 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

2.69 is in debian o-o-stable (buster) and o-stable (bullseye), so it
should be safe as a prerequisite.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 43e00f86e..c096b818e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl Most parts of this configure script have been borrowed from quilt.
 dnl
-AC_PREREQ(2.59)
+AC_PREREQ([2.69])
 
 AC_INIT([ptxdist],
 	m4_esyscmd([scripts/kernel/setlocalversion .tarball-version]),
-- 
2.30.2




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-01  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10  9:33 [ptxdist] [PATCH 1/3] configure.ac: bump required autoconf version from 2.59 to 2.69 Robert Schwebel
2023-07-10  9:33 ` [ptxdist] [PATCH 2/3] configure.ac: adapt quoting to autoupdate's suggestion Robert Schwebel
2023-08-01  7:48   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-07-10  9:33 ` [ptxdist] [PATCH 3/3] configure.ac: replace obsolete AC_HEADER_STDC Robert Schwebel
2023-07-28  7:13   ` Michael Olbrich
2023-08-01  7:48 ` [ptxdist] [APPLIED] configure.ac: bump required autoconf version from 2.59 to 2.69 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox