Sun Apr 12 19:48:40 2020 UTC ()
Fix build with newer automake.


(joerg)
diff -r1.56 -r1.57 pkgsrc/math/qalculate/Makefile

cvs diff -r1.56 -r1.57 pkgsrc/math/qalculate/Makefile (expand / switch to context diff)
--- pkgsrc/math/qalculate/Makefile 2020/04/12 08:28:00 1.56
+++ pkgsrc/math/qalculate/Makefile 2020/04/12 19:48:40 1.57
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/04/12 08:28:00 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/12 19:48:40 joerg Exp $
 
 DISTNAME=	libqalculate-3.5.0a
 PKGNAME=	qalculate-3.5.0
@@ -28,8 +28,7 @@
 CFLAGS.SunOS+=		-D_LCONV_C99
 
 pre-configure:
-	set -e; cd ${WRKSRC}; \
-	autoheader; automake -a --foreign -i; autoconf
+	${RUN} cd ${WRKSRC} && autoreconf
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"