View | Details | Raw Unified | Return to bug 189243 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.autotools.mk (-8 / +8 lines)
Lines 308-313 LIBTOOLFILES?= aclocal.m4 Link Here
308
LIBTOOLFILES?=		${CONFIGURE_SCRIPT}
308
LIBTOOLFILES?=		${CONFIGURE_SCRIPT}
309
. endif
309
. endif
310
310
311
LIBTOOLIZE_ARGS?=	-i -c -f
312
311
LIBTOOL_DEPENDS=	libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT}
313
LIBTOOL_DEPENDS=	libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT}
312
BUILD_DEPENDS+=		${LIBTOOL_DEPENDS}
314
BUILD_DEPENDS+=		${LIBTOOL_DEPENDS}
313
.endif
315
.endif
Lines 329-343 ${var:U}_ENV+= ${AUTOTOOLS_VARS} Link Here
329
#---------------------------------------------------------------------------
331
#---------------------------------------------------------------------------
330
332
331
.if !target(run-autotools)
333
.if !target(run-autotools)
332
.ORDER:			run-autotools run-autotools-aclocal \
334
.ORDER:			run-autotools run-autotools-libtoolize run-autotools-aclocal \
333
				patch-autotools-libtool run-autotools-autoheader \
335
				patch-autotools-libtool run-autotools-autoconf \
334
				run-autotools-libtoolize run-autotools-autoconf \
336
				run-autotools-autoheader run-autotools-automake
335
				run-autotools-automake
336
337
337
run-autotools:: run-autotools-aclocal \
338
run-autotools::	run-autotools-libtoolize run-autotools-aclocal \
338
				patch-autotools-libtool run-autotools-autoheader \
339
				patch-autotools-libtool run-autotools-autoconf \
339
				run-autotools-libtoolize run-autotools-autoconf \
340
				run-autotools-autoheader run-autotools-automake
340
				run-autotools-automake
341
.endif
341
.endif
342
342
343
.if !target(run-autotools-aclocal)
343
.if !target(run-autotools-aclocal)

Return to bug 189243