Searched refs:LIBTOOLIZE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/flex/dist/
H A Dautogen.sh27 # use LIBTOOLIZE, if set
28 LIBTOOLIZE_ORIG="$LIBTOOLIZE";
29 if test "x$LIBTOOLIZE" = "x"; then LIBTOOLIZE=libtoolize; fi
32 $LIBTOOLIZE --version 2>/dev/null
34 LIBTOOLIZE=glibtoolize
35 $LIBTOOLIZE --version 2>/dev/null
37 echo "error: libtoolize not working, re-run with LIBTOOLIZE=/path/to/libtoolize"
38 echo " LIBTOOLIZE is currently \"$LIBTOOLIZE_ORIG\""
50 "$LIBTOOLIZE"
[all...]
/netbsd-current/crypto/dist/ipsec-tools/
H A Dbootstrap7 LIBTOOLIZE=glibtoolize
10 LIBTOOLIZE=libtoolize
19 ${LIBTOOLIZE} --force --copy || exit 1
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dautogen.sh4 LIBTOOLIZE='glibtoolize'
6 LIBTOOLIZE='libtoolize'
14 command -v $LIBTOOLIZE >/dev/null 2>&1 || {
33 $LIBTOOLIZE && \
/netbsd-current/external/bsd/libevent/dist/
H A Dautogen.sh13 LIBTOOLIZE=libtoolize
16 LIBTOOLIZE=glibtoolize
20 $LIBTOOLIZE && \
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dautogen.sh13 LIBTOOLIZE=libtoolize
16 LIBTOOLIZE=glibtoolize
20 $LIBTOOLIZE && \
/netbsd-current/external/mit/libuv/dist/
H A Dautogen.sh26 if [ "${LIBTOOLIZE:-}" = "" ] && [ "`uname`" = "Darwin" ]; then
27 LIBTOOLIZE=glibtoolize
33 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
40 libtoolize_version=`"$LIBTOOLIZE" --version | head -n 1 | sed 's/[^.0-9]//g'`
58 "$LIBTOOLIZE" --copy --force

Completed in 88 milliseconds