diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-02 13:51:30 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-02 13:51:30 +0000 |
commit | 034f5406f986eb07e13ef937cca6aad4146e055e (patch) | |
tree | 8133bea6af10dea62dc3561508e8375dddd5c005 | |
parent | 3efe50b69e0470a8297dcf7858cb182e1eb933a9 (diff) |
switch to autoconf 2.62 to generate xenocara configure scripts.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | share/mk/bsd.xorg.mk | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -76,7 +76,7 @@ system used by many packages, you will need to have the following GNU autotools packages installed: - automake 1.9 (devel/automake/1.9) - - autoconf 2.59 (devel/autoconf/2.59) + - autoconf 2.62 (devel/autoconf/2.62) - metaauto 0.6 (or later) (devel/metaauto) - libtool 1.5.22 (or later) (devel/libtool) @@ -207,4 +207,4 @@ The core dump will be in /var/crash. See also <http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging> -- -$OpenBSD: README,v 1.25 2008/10/10 05:32:58 matthieu Exp $ +$OpenBSD: README,v 1.26 2009/05/02 13:51:29 matthieu Exp $ diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index b2fa96571..a2d183b7c 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.26 2008/08/21 05:54:41 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.27 2009/05/02 13:51:29 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -20,7 +20,7 @@ .endif AUTOMAKE_VERSION= 1.9 -AUTOCONF_VERSION= 2.59 +AUTOCONF_VERSION= 2.62 # Where source lives XSRCDIR?= /usr/xenocara |