diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-05 18:08:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-05 18:08:06 +0000 |
commit | b4fa65f9703e9da8db366bfae869f6bcf90ac7f4 (patch) | |
tree | 4eb4725c774263add8901cce4a15acbb32c932a2 /share | |
parent | a7b7ff443f70bda859a29331cb22f058a62c67d4 (diff) |
Automake 1.12 now uses autoconf 2.69.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.xorg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |