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

  /hardware/intel/common/libmix/mix_audio/
autogen.sh 13 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_common/
autogen.sh 4 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_vbp/
autogen.sh 13 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_video/
autogen.sh 13 libtoolize --copy --force || exit 1
  /external/libevent/
autogen.sh 6 LIBTOOLIZE=libtoolize
9 LIBTOOLIZE=glibtoolize
13 $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/c-ares/
buildconf 62 if test -z "$LIBTOOLIZE"; then
63 # set the LIBTOOLIZE here so that glibtoolize is used if glibtool was found
65 libtoolize="${libtool}ize"
67 libtoolize=`findtool $LIBTOOLIZE`
113 ${libtoolize} --copy --automake --force
  /external/libdaemon/
bootstrap.sh 57 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
61 "$LIBTOOLIZE" -c --force
  /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/google-tv-pairing-protocol/cpp/
autogen.sh 34 LIBTOOLIZE=`WhichOf glibtoolize libtoolize15 libtoolize14 libtoolize`
48 grep -q '^[^#]*AC_PROG_LIBTOOL' configure.ac && "$LIBTOOLIZE" -c -f
  /external/libvorbis/
autogen.sh 88 for LIBTOOLIZE in libtoolize glibtoolize nope; do
89 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
91 if test x$LIBTOOLIZE = xnope; then
93 LIBTOOLIZE=libtoolize
95 echo $LIBTOOLIZE
97 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
119 echo " $LIBTOOLIZE --automake"
120 $LIBTOOLIZE --automake || exit
    [all...]
  /external/libusb/.private/
bm.sh 24 (glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
25 $LIBTOOLIZE --copy --force || exit 1
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]

Completed in 553 milliseconds