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

1 2

  /device/google/marlin/dataservices/datatop/
autogen.sh 32 AUTOMAKE=`which automake`
44 if [ ! -x "$AUTOMAKE" ]; then
45 echo "Missing 'automake'; not in path. Make sure it is installed!"
51 $AUTOMAKE -a
  /external/libvorbis/
autogen.sh 29 # do we need automake?
37 echo -n "checking for automake... "
38 AUTOMAKE=automake
40 if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then
44 AUTOMAKE=
47 echo -n "checking for automake $AM_NEEDED or later... "
50 for am in automake-$AM_NEEDED automake$AM_NEEDED \
51 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake; d
    [all...]
configure 825 AUTOMAKE
    [all...]
  /external/google-tv-pairing-protocol/cpp/
autogen.sh 31 # Use version 1.9 of aclocal and automake if available.
33 AUTOMAKE=`WhichOf automake-1.9 automake`
51 "$AUTOMAKE" -a -c -f -W all
  /external/ltp/testcases/realtime/
Makefile 29 AUTOMAKE ?= automake
51 .PHONY: autotools aclocal autoconf autoheader automake
52 autotools: aclocal autoconf autoheader automake
75 automake: $(AUTOMAKE_FILES)
78 $(AUTOMAKE) -c -a
  /external/ltp/include/mk/
automake.mk 27 AUTOMAKE ?= automake
39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
63 .PHONY: automake
65 automake: aclocal $(AUTOMAKE_FILES)
68 $(AUTOMAKE) -c -a
  /external/c-ares/
buildconf 113 ${libtoolize} --copy --automake --force
117 ${AUTOMAKE:-automake} --add-missing --copy
  /external/curl/
buildconf 159 # automake 1.7 or newer
162 am_version=`${AUTOMAKE:-automake} --version 2>/dev/null|head -n 1| sed -e 's/^.* \([0-9]\)/\1/' -e 's/[a-z]* *$//' -e 's/\(.*\)\(-p.*\)/\1/'`
164 echo "buildconf: automake not found."
165 echo " You need automake version $need_automake or newer installed."
170 echo "buildconf: automake version $am_version found."
171 echo " You need automake version $need_automake or newer installed."
172 echo " If you have a sufficient automake installed, but it"
173 echo " is not named 'automake', then try setting the"
174 echo " AUTOMAKE environment variable.
    [all...]
  /external/libogg/win32/
Makefile 1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
43 AUTOMAKE = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run automake-1.6
125 $(AUTOMAKE) --gnu win32/Makefile
  /external/ltp/utils/ffsb-6.0-rc2/
configure 662 AUTOMAKE
    [all...]
  /external/ImageMagick/config/
ltmain.sh 56 : ${AUTOMAKE="automake"}
384 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
    [all...]
  /external/google-breakpad/
configure 697 AUTOMAKE
    [all...]
  /external/pcre/dist2/
ltmain.sh 56 : ${AUTOMAKE="automake"}
384 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
    [all...]
  /external/stressapptest/
configure 639 AUTOMAKE
    [all...]
  /external/netperf/
configure 645 AUTOMAKE
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 724 AUTOMAKE
    [all...]
  /external/libogg/
configure 810 AUTOMAKE
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 686 AUTOMAKE
    [all...]
  /external/libedit/
configure 703 AUTOMAKE
    [all...]
  /external/libexif/
configure 719 AUTOMAKE
    [all...]
  /external/libnetfilter_conntrack/
configure 698 AUTOMAKE
    [all...]
  /external/libnfnetlink/
configure 691 AUTOMAKE
    [all...]
  /external/libusb-compat/
configure 856 AUTOMAKE
    [all...]
  /external/strace/
configure 734 AUTOMAKE
    [all...]
  /external/strace/tests/
Makefile 1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
17 # Automake input for strace tests.
    [all...]

Completed in 353 milliseconds

1 2