summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2019-10-17 16:05:06 +0000
committerhe <he@pkgsrc.org>2019-10-17 16:05:06 +0000
commit8d31c13a29bcdddc0a5c46969ea9d1fe2c8637de (patch)
treeccdbeea3270a084c180c91ff5630111f56b6383e
parentea6282b72baf5fe0d88d7ebb9af86be1ab2ce1e4 (diff)
downloadpkgsrc-8d31c13a29bcdddc0a5c46969ea9d1fe2c8637de.tar.gz
Apparently, there is no need to run aclocal and automake, so remove
those. USE_TOOLS still needs automake, though. Also turn down the verbosity of autoconf. Ride on previous update, though this is just a configure/build simplification.
-rw-r--r--net/irrtoolset5/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/irrtoolset5/Makefile b/net/irrtoolset5/Makefile
index 5917a910ed9..d2a150b5ed0 100644
--- a/net/irrtoolset5/Makefile
+++ b/net/irrtoolset5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/10/17 14:05:49 he Exp $
+# $NetBSD: Makefile,v 1.12 2019/10/17 16:05:06 he Exp $
VERSION= 5.1.2
DISTNAME= irrtoolset-${VERSION}
@@ -22,16 +22,14 @@ MAKE_JOBS_SAFE= NO
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= aclocal automake autoconf bison flex
+USE_TOOLS+= automake autoconf bison flex
CONFIG_GUESS_OVERRIDE= config.guess
CONFIG_SUB_OVERRIDE= config.sub
pre-configure:
- cd ${WRKSRC} && aclocal
cd ${WRKSRC} && autoreconf --install
- cd ${WRKSRC} && automake --add-missing
- cd ${WRKSRC} && autoconf -v -i -f
+ cd ${WRKSRC} && autoconf -f
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"