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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
bootstrap 11 libtoolize --force --copy
  /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/avahi/
bootstrap.sh 26 export LIBTOOLIZE=/opt/local/bin/glibtoolize
35 export LIBTOOLIZE=/usr/local/bin/libtoolize15
42 export LIBTOOLIZE=libtoolize
autogen.sh 64 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
67 "$LIBTOOLIZE" -c --force
  /external/libdaemon/
bootstrap.sh 57 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
61 "$LIBTOOLIZE" -c --force
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
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/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/dbus/
autogen.sh 50 LIBTOOLIZE=`which libtoolize`
51 if ! test -f $LIBTOOLIZE; then
52 LIBTOOLIZE=`which glibtoolize`
55 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
57 echo "You must have libtoolize installed to compile $PROJECT."
76 $LIBTOOLIZE --copy --force

Completed in 3694 milliseconds