HomeSort by relevance Sort by last modified time
    Searched refs:libtoolize (Results 1 - 11 of 11) sorted by null

  /external/iperf3/
bootstrap.sh 33 # Figure out how to invoke libtoolize. On MacOS (with MacPorts)
35 if libtoolize --version >/dev/null 2>&1; then
36 libtoolize=libtoolize
38 libtoolize=glibtoolize
40 libtoolize=""
42 if [ "x$libtoolize" = "x" ]; then
43 echo "Can't find libtoolize, exiting."
49 $libtoolize --copy --force --automake
  /external/adhd/cras/
git_prepare.sh 5 libtoolize && aclocal && autoconf && automake --add-missing
  /external/f2fs-tools/
autogen.sh 6 libtoolize && \
  /external/harfbuzz_ng/
autogen.sh 22 echo -n "checking for libtoolize... "
23 which glibtoolize || which libtoolize || {
24 echo "*** No libtoolize (libtool) found, please install it ***"
  /external/libevent/
autogen.sh 13 LIBTOOLIZE=libtoolize
16 LIBTOOLIZE=glibtoolize
20 $LIBTOOLIZE && \
  /external/libdaemon/
bootstrap.sh 57 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
61 "$LIBTOOLIZE" -c --force
  /external/freetype/
autogen.sh 121 if test "$LIBTOOLIZE"x != x; then
124 LIBTOOLIZE=glibtoolize
126 LIBTOOLIZE=libtoolize
138 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4
156 run $LIBTOOLIZE --force --copy --install
  /external/libxml2/
autogen.sh 19 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
  /external/curl/
buildconf 193 # GNU libtoolize preliminary check
201 # have GNU libtool named as 'glibtoolize' and libtoolize not being GNU's.
203 libtoolize=`findtool glibtoolize 2>/dev/null`
204 if test ! -x "$libtoolize"; then
205 libtoolize=`findtool ${LIBTOOLIZE:-libtoolize}`
207 if test -z "$libtoolize"; then
208 echo "buildconf: libtoolize not found."
209 echo " You need GNU libtoolize $want_lt_version or newer installed.
    [all...]
  /external/libmtp/
autogen.sh 18 echo "Running libtoolize"
19 (glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
20 $LIBTOOLIZE --copy --force || fail
  /external/libusb/.private/
bm.sh 24 (glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
25 $LIBTOOLIZE --copy --force || exit 1

Completed in 623 milliseconds