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

  /external/chromium/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

Completed in 153 milliseconds