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

  /external/chromium/third_party/libevent/
autogen.sh 2 LIBTOOLIZE=libtoolize
5 LIBTOOLIZE=glibtoolize
9 $LIBTOOLIZE && \
  /external/chromium_org/third_party/libevent/
autogen.sh 2 LIBTOOLIZE=libtoolize
5 LIBTOOLIZE=glibtoolize
9 $LIBTOOLIZE && \
  /external/chromium/sdch/open-vcdiff/
autogen.sh 28 LIBTOOLIZE=libtoolize
29 if test -z `which "$LIBTOOLIZE"`; then
30 LIBTOOLIZE=glibtoolize
45 grep -q LIBTOOL configure.ac && "$LIBTOOLIZE" -c -f
  /external/harfbuzz/
autogen.sh 15 LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
24 if $LIBTOOLIZE --version < /dev/null > /dev/null 2>&1 ; then
25 libtool_version=`$LIBTOOLIZE --version | sed 's/^[^0-9]*\([0-9].[0-9.]*\).*/\1/'`
99 echo Running $LIBTOOLIZE $LIBTOOLIZE_FLAGS
100 $LIBTOOLIZE $LIBTOOLIZE_FLAGS
  /external/chromium_org/sdch/open-vcdiff/
autogen.sh 42 LIBTOOLIZE=libtoolize
43 if test -z `which "$LIBTOOLIZE"`; then
44 LIBTOOLIZE=glibtoolize
59 grep -q LIBTOOL configure.ac && "$LIBTOOLIZE" -c -f
  /external/open-vcdiff/
autogen.sh 42 LIBTOOLIZE=libtoolize
43 if test -z `which "$LIBTOOLIZE"`; then
44 LIBTOOLIZE=glibtoolize
59 grep -q 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/chromium_org/third_party/tcmalloc/vendor/
autogen.sh 34 LIBTOOLIZE=`WhichOf glibtoolize libtoolize15 libtoolize14 libtoolize`
48 grep -q '^[^#]*AC_PROG_LIBTOOL' configure.ac && "$LIBTOOLIZE" -c -f

Completed in 124 milliseconds