pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/irrtoolset5 Apparently, there is no need to run ac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64a0f3e00ac4
branches: trunk
changeset: 342308:64a0f3e00ac4
user: he <he%pkgsrc.org@localhost>
date: Thu Oct 17 16:05:06 2019 +0000
description:
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.
diffstat:
net/irrtoolset5/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r b5749ad86578 -r 64a0f3e00ac4 net/irrtoolset5/Makefile
--- a/net/irrtoolset5/Makefile Thu Oct 17 15:13:03 2019 +0000
+++ b/net/irrtoolset5/Makefile Thu Oct 17 16:05:06 2019 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index