summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2023-05-07 06:55:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2023-05-07 06:55:22 +0000
commit6f048bdbee935c1eda70dcc6cdc6b9a611b2e752 (patch)
tree558c3114aa7589310fb035f70ef8a0a5668ee9c1
parent9e9d8099259017ece4ebc43cbbb7fc2ab8a33511 (diff)
Switch to autoconf 2.71 (required by upstream updates)
-rw-r--r--README4
-rw-r--r--share/mk/bsd.xorg.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a90a6ca02..d0e51e831 100644
--- a/README
+++ b/README
@@ -78,7 +78,7 @@ system used by many packages, you will need to have the following
GNU autotools packages installed:
- automake 1.12 (devel/automake/1.12)
- - autoconf 2.69 (devel/autoconf/2.69)
+ - autoconf 2.71 (devel/autoconf/2.71)
- metaauto (devel/metaauto)
- libtool (devel/libtool)
- gettext-tools (devel/gettext)
@@ -212,4 +212,4 @@ The core dump will be in /var/crash.
See also <http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging>
--
-$OpenBSD: README,v 1.47 2023/05/07 06:42:06 matthieu Exp $
+$OpenBSD: README,v 1.48 2023/05/07 06:55:21 matthieu Exp $
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk
index 5d23ee2be..e84076862 100644
--- a/share/mk/bsd.xorg.mk
+++ b/share/mk/bsd.xorg.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.xorg.mk,v 1.64 2022/11/14 07:52:06 sthen Exp $ -*- makefile -*-
+# $OpenBSD: bsd.xorg.mk,v 1.65 2023/05/07 06:55:21 matthieu Exp $ -*- makefile -*-
#
# Copyright © 2006,2012 Matthieu Herrb
#
@@ -20,7 +20,7 @@
.endif
AUTOMAKE_VERSION= 1.12
-AUTOCONF_VERSION= 2.69
+AUTOCONF_VERSION= 2.71
PYTHON_VERSION= 3.10
# Where source lives