From 76bacafa081668a6d6786509771877ce99d71c45 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 10 May 2012 13:49:56 +0000 Subject: [PATCH] Use autoconf 2.68. ok pea@ (maintainer) --- shells/zsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 84e83a525d4..ddabc05bcc2 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2012/04/10 11:53:21 pea Exp $ +# $OpenBSD: Makefile,v 1.66 2012/05/10 13:49:56 ajacoutot Exp $ COMMENT= Z shell, Bourne shell-compatible @@ -24,7 +24,7 @@ MODULES= converters/libiconv LIB_DEPENDS= devel/pcre -AUTOCONF_VERSION=2.61 +AUTOCONF_VERSION=2.68 CONFIGURE_STYLE=autoconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"