HomeSort by relevance Sort by last modified time
    Searched refs:ACLOCAL (Results 1 - 25 of 43) 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/freetype/
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/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/ltp/testcases/realtime/
Makefile 26 ACLOCAL ?= aclocal
51 .PHONY: autotools aclocal autoconf autoheader automake
52 autotools: aclocal autoconf autoheader automake
57 $(RM) -f aclocal.m4 config.log config.status
62 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in
65 aclocal.m4:
66 $(ACLOCAL) -I $(abs_srcdir)/m4
70 include/realtime_config.h.in: configure.ac $(wildcard m4/*.m4) aclocal.m4
73 configure: configure.ac aclocal.m
    [all...]
  /external/ltp/include/mk/
automake.mk 24 ACLOCAL ?= aclocal
39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
41 .PHONY: aclocal
42 aclocal: aclocal.m4
44 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4
45 $(ACLOCAL) -I m4
50 configure: configure.ac aclocal.m4
54 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m
    [all...]
  /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 \
337 # are triggered when running aclocal and using autoconf 2.62 or later.
342 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.27/intl/
configure 598 ACLOCAL
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 660 ACLOCAL
    [all...]
  /external/google-breakpad/
configure 699 ACLOCAL
    [all...]
  /external/stressapptest/
configure 641 ACLOCAL
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure 732 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/libnetfilter_conntrack/
configure 700 ACLOCAL
    [all...]
  /external/libnfnetlink/
configure 693 ACLOCAL
    [all...]
  /external/libpng/
configure 748 ACLOCAL
    [all...]
  /external/libusb-compat/
configure 858 ACLOCAL
    [all...]
  /external/lmfit/
configure 709 ACLOCAL
    [all...]
  /external/strace/
configure 750 ACLOCAL
    [all...]
  /external/valgrind/
configure 988 ACLOCAL
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
configure 700 ACLOCAL
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
configure 672 ACLOCAL
    [all...]

Completed in 667 milliseconds

1 2