diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 10:29:35 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 10:29:35 +0000 |
commit | 563a7043bbc371c0e78e3c75a2d8659da4c8cc19 (patch) | |
tree | 1ea9429d71e84ad17dc357132eb53a0e5683f064 /Mk/bsd.autotools.mk | |
parent | 48c90ce9d46613fd731beac381f11dc7c530914b (diff) |
Notes
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index b6e68d8ebad0..963e0be502bc 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -196,16 +196,8 @@ GNU_CONFIGURE?= yes .if defined(LIBTOOL_VERSION) LIBTOOLIZE= ${LOCALBASE}/bin/libtoolize -LIBTOOL_LIBEXECDIR= ${LOCALBASE}/libexec/libtool -LIBTOOL_SHAREDIR= ${LOCALBASE}/share/libtool -LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4 -LTMAIN= ${LOCALBASE}/share/libtool/config/ltmain.sh - -LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} \ - LIBTOOL_LIBEXECDIR=${LIBTOOL_LIBEXECDIR} \ - LIBTOOL_SHAREDIR=${LIBTOOL_SHAREDIR} \ - LIBTOOL_M4=${LIBTOOL_M4} \ - LTMAIN=${LTMAIN} + +LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} LIBTOOLIZE_ARGS?= -i -c -f |