HomeSort by: relevance | last modified time | path
    Searched refs:LIBTOOLIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/flex/dist/
autogen.sh 27 # use LIBTOOLIZE, if set
28 LIBTOOLIZE_ORIG="$LIBTOOLIZE";
29 if test "x$LIBTOOLIZE" = "x"; then LIBTOOLIZE=libtoolize; fi
31 # test libtoolize
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
    [all...]
  /src/crypto/dist/ipsec-tools/
bootstrap 7 LIBTOOLIZE=glibtoolize
10 LIBTOOLIZE=libtoolize
19 ${LIBTOOLIZE} --force --copy || exit 1
  /src/sys/external/isc/libsodium/dist/
autogen.sh 4 LIBTOOLIZE='glibtoolize'
6 LIBTOOLIZE='libtoolize'
14 command -v $LIBTOOLIZE >/dev/null 2>&1 || {
33 $LIBTOOLIZE && \
  /src/external/bsd/libevent/dist/
autogen.sh 13 LIBTOOLIZE=libtoolize
16 LIBTOOLIZE=glibtoolize
20 $LIBTOOLIZE && \
  /src/external/bsd/ntp/dist/sntp/libevent/
autogen.sh 13 LIBTOOLIZE=libtoolize
16 LIBTOOLIZE=glibtoolize
20 $LIBTOOLIZE && \
  /src/external/mit/libuv/dist/
autogen.sh 26 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 27 milliseconds