autoconf 2.70 -> 2.71; OK sthen

This commit is contained in:
kn 2021-03-03 20:44:23 +00:00
parent 5f9b6fcc20
commit 9aa8735929
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2021/01/26 16:26:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2021/03/03 20:44:23 kn Exp $
COMMENT= lightweight Gtk+3 based image viewer
@ -48,7 +48,7 @@ CONFIGURE_ARGS= --disable-doxygen-doc \
--with-htmldir=${PREFIX}/share/doc/geeqie \
--with-readmedir=${PREFIX}/share/doc/geeqie
AUTOCONF_VERSION= 2.70
AUTOCONF_VERSION= 2.71
AUTOMAKE_VERSION= 1.16
AUTORECONF= ./autogen.sh
MAKE_ENV= MKDIR_P='mkdir -p'

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.258 2021/02/02 11:49:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.259 2021/03/03 20:44:23 kn Exp $
COMMENT-main= Common Unix Printing System
COMMENT-libs= CUPS libraries and headers
@ -61,7 +61,7 @@ FAKE_FLAGS= BUILDROOT=${WRKINST} \
MENUDIR=${PREFIX}/share/applications \
SERVERROOT=${WRKINST}${PREFIX}/share/examples/cups
AUTOCONF_VERSION= 2.70
AUTOCONF_VERSION= 2.71
AUTOMAKE_VERSION= 1.16
USE_GMAKE= Yes