HomeSort by relevance Sort by last modified time
    Searched refs:ACLOCAL (Results 1 - 25 of 47) sorted by null

1 2

  /device/google/marlin/dataservices/datatop/
autogen.sh 30 ACLOCAL=`which aclocal`
34 if [ ! -x "$ACLOCAL" ]; then
35 echo "Missing 'aclocal'; not in path. Make sure it is installed!"
49 $ACLOCAL
  /external/libvorbis/
autogen.sh 39 ACLOCAL=aclocal
63 echo -n "checking for aclocal $AM_NEEDED or later... "
64 for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED \
65 aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal-1.7 aclocal; d
    [all...]
configure 823 ACLOCAL
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
autogen.sh 89 # $2: tool usual name (e.g. `aclocal')
90 # $3: tool variable (e.g. `ACLOCAL')
129 if test "$ACLOCAL"x = x; then
130 ACLOCAL=aclocal
137 check_tool_version $ACLOCAL aclocal ACLOCAL 1.10.1
155 run aclocal -I . --force
  /external/dbus/
autogen.sh 34 ACLOCAL=aclocal-1.11
39 ACLOCAL=aclocal
78 $ACLOCAL -I m4 $ACLOCAL_FLAGS
  /external/google-tv-pairing-protocol/cpp/
autogen.sh 8 # aclocal.m4 configure Makefile.in src/config.h.in \
12 # Here's a command you can run to see what files aclocal will import:
13 # aclocal -I ../autoconf --output=- | sed -n 's/^m4_include..\([^]]*\).*/\1/p'
18 trap 'rm -f aclocal.m4.tmp' EXIT
31 # Use version 1.9 of aclocal and automake if available.
32 ACLOCAL=`WhichOf aclocal-1.9 aclocal`
36 # aclocal tries to overwrite aclocal.m4 even if the contents haven'
    [all...]
  /external/c-ares/
buildconf 81 aclocal.m4 \
82 aclocal.m4.bak \
114 ${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
  /external/curl/
buildconf 180 acloc_version=`${ACLOCAL:-aclocal} --version 2>/dev/null|head -n 1| sed -e 's/^.* \([0-9]\)/\1/' -e 's/[a-z]* *$//' -e 's/\(.*\)\(-p.*\)/\1/'`
182 echo "buildconf: aclocal not found. Weird automake installation!"
186 echo "buildconf: aclocal version $acloc_version (ok)"
188 echo "buildconf: aclocal version $acloc_version (ERROR: does not match automake version)"
292 aclocal.m4 \
293 aclocal.m4.bak \
338 # are triggered when running aclocal and using autoconf 2.62 or later.
343 ac_dir=`${ACLOCAL:-aclocal} --print-ac-dir
    [all...]
  /external/libogg/win32/
Makefile 41 ACLOCAL = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run aclocal-1.6
  /toolchain/binutils/binutils-2.25/intl/
configure 598 ACLOCAL
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9
  /external/google-breakpad/
configure 699 ACLOCAL
    [all...]
  /external/netperf/
configure 647 ACLOCAL
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 672 ACLOCAL
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 726 ACLOCAL
    [all...]
  /external/libogg/
configure 808 ACLOCAL
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 688 ACLOCAL
    [all...]
  /external/libedit/
configure 705 ACLOCAL
    [all...]
  /external/libexif/
configure 721 ACLOCAL
    [all...]
  /external/libopus/
configure 713 ACLOCAL
    [all...]
  /external/libusb/
configure 822 ACLOCAL
    [all...]
  /external/libusb-compat/
configure 858 ACLOCAL
    [all...]
  /external/skia/third_party/yasm/config/android/
Makefile 335 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
501 ACLOCAL = ${SHELL} /tmp/yasm/config/missing --run aclocal-1.10
    [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile 335 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
501 ACLOCAL = ${SHELL} /tmp/yasm/config/missing --run aclocal-1.10
    [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile 335 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
501 ACLOCAL = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run aclocal-1.10
    [all...]

Completed in 1221 milliseconds

1 2