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

  /external/libevent/
autogen.sh 6 LIBTOOLIZE=libtoolize
9 LIBTOOLIZE=glibtoolize
13 $LIBTOOLIZE && \
  /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/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
  /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/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/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...]

Completed in 314 milliseconds