From 84755283a807b3959b8f2722a1fd50d89528f140 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 5 Aug 2012 18:08:05 +0000 Subject: [PATCH] Automake 1.12 now uses autoconf 2.69. --- README | 6 +++--- share/mk/bsd.xorg.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index d2dcd81c9..8bc653782 100644 --- a/README +++ b/README @@ -76,8 +76,8 @@ However if you start modifying things in the automake build system used by many packages, you will need to have the following GNU autotools packages installed: - - automake 1.12 (devel/automake/1.11) - - autoconf 2.68 (devel/autoconf/2.68) + - automake 1.12 (devel/automake/1.12) + - autoconf 2.69 (devel/autoconf/2.69) - metaauto 0.9 (or later) (devel/metaauto) - libtool 2.4.2 (or later) (devel/libtool) @@ -202,4 +202,4 @@ The core dump will be in /var/crash. See also -- -$OpenBSD: README,v 1.30 2012/08/04 17:10:01 matthieu Exp $ +$OpenBSD: README,v 1.31 2012/08/05 18:08:05 matthieu Exp $ diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index e14d219d2..3be292267 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.42 2012/08/04 17:10:01 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.43 2012/08/05 18:08:05 matthieu Exp $ -*- makefile -*- # # Copyright © 2006,2012 Matthieu Herrb # @@ -20,7 +20,7 @@ .endif AUTOMAKE_VERSION= 1.12 -AUTOCONF_VERSION= 2.68 +AUTOCONF_VERSION= 2.69 PYTHON_VERSION= 2.7 # Where source lives