diff options
author | rxg <rxg@pkgsrc.org> | 2022-05-22 00:54:00 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2022-05-22 00:54:00 +0000 |
commit | af8f003fa8dd59067c94d40e7b3a7399ba687906 (patch) | |
tree | c1b1cbff451ad5d67f39f73722557ed9c9bbeb06 /print/libcups | |
parent | 470f2dce2413bdd6f16c13ba93d97c37ce529d40 (diff) | |
download | pkgsrc-af8f003fa8dd59067c94d40e7b3a7399ba687906.tar.gz |
error: Autoconf version 2.71 or higher is required for libcups-2.4.1
Diffstat (limited to 'print/libcups')
-rw-r--r-- | print/libcups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libcups/Makefile b/print/libcups/Makefile index 7401011e9ec..7368dc106c4 100644 --- a/print/libcups/Makefile +++ b/print/libcups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/11 16:21:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/22 00:54:00 rxg Exp $ .include "../../print/cups/Makefile.common" @@ -66,6 +66,7 @@ SUBST_STAGE.piefix= pre-configure PKGCONFIG_OVERRIDE+= cups.pc PKGCONFIG_OVERRIDE_STAGE= post-configure +AUTOCONF_REQD= 2.71 pre-configure: cd ${WRKSRC} && aclocal && autoconf |