Remove unused variables related to USE_AUTOTOOLS=libtool which has been
removed in r368357
This commit is contained in:
parent
48c90ce9d4
commit
563a7043bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384219
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue