HomeSort by relevance Sort by last modified time
    Searched full:autoconf (Results 1 - 25 of 851) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/m4/
dummy 1 Here to make sure autoconf does not screw up
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
enable.sed 1 # inspired by an autoconf generated configure script.
inclib.sed 1 # inspired by an autoconf generated configure script.
sep.sed 1 # inspired by an autoconf generated configure script.
classes.sed 1 # inspired by an autoconf generated configure script.
cv-vars.sed 1 # inspired by an autoconf generated configure script.
  /external/kernel-headers/original/linux/
config.h 4 * autoconf.h is now included via -imacros on the commandline
6 #include <linux/autoconf.h>
  /external/bluetooth/hcidump/
bootstrap 6 autoconf
  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf
7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first"
8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
10 die "Your autoconf was not detected as being 2.5x or 2.6x"
13 if test -d ../../../autoconf/m4 ; then
14 cd ../../../autoconf/m4
18 elif test -d ../../llvm/autoconf/m4 ; then
19 cd ../../llvm/autoconf/m
    [all...]
  /external/llvm/autoconf/m4/
config_makefile.m4 7 [${llvm_src}/autoconf/mkinstalldirs `dirname $1`
8 ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
  /external/llvm/projects/sample/autoconf/m4/
config_makefile.m4 7 [${srcdir}/autoconf/mkinstalldirs `dirname $1`
8 ${SHELL} ${srcdir}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
  /external/oprofile/m4/
kerneloption.m4 2 dnl see if autoconf.h defines the option
6 AC_TRY_COMPILE( [#include <linux/autoconf.h>],
  /external/llvm/autoconf/
AutoRegen.sh 31 test -d autoconf && test -f autoconf/$configfile && cd autoconf
32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
33 autoconf --version | grep $want_autoconf_version > /dev/null
34 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
43 echo "### If you get *any* warnings from autoconf below you MUST fix the"
53 echo "Regenerating configure with autoconf $want_autoconf_version_clean"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed
    [all...]
README.TXT 8 3. Copy <SRC>/ltdl.m4 to llvm/autoconf/m4
9 4. Copy <PFX>/share/aclocal/libtool.m4 to llvm/autoconf/m4/libtool.m4
10 5. Copy <PFX>/share/libtool/ltmain.sh to llvm/autoconf/ltmain.sh
17 9. Edit the llvm/autoconf/m4/libtool.m4 file so that:
25 10. Run "autoupdate libtool.m4 ltdl.m4" in the llvm/autoconf/m4 directory.
27 files to match the version of autoconf that LLVM uses. This converts
36 Upgrading autoconf
39 If you are in the mood to upgrade autoconf, you should:
43 3. Get the new version of autoconf and put it in <SRC>
44 4. configure/build/install autoconf with --prefix=<PFX
    [all...]
  /external/bluetooth/bluez/
bootstrap 7 autoconf
  /external/icu4c/
configure.mk 5 # This should become unnecessary for autoconf past 2.63
9 AUTOCONF=autoconf
16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
  /external/valgrind/main/
autogen.sh 17 run autoconf
  /external/oprofile/
autogen.sh 5 # NB: if you run this file with AUTOMAKE, AUTOCONF, etc. environment
8 # into the generated Makefiles, as @AUTOMAKE@, @AUTOCONF@ etc. and it will
22 AUTOCONF=${AUTOCONF:-autoconf}
42 run $AUTOCONF
  /external/zlib/contrib/minizip/
configure.ac 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
  /development/ndk/platforms/android-3/include/linux/
config.h 15 #include <linux/autoconf.h>
  /external/chromium/third_party/libevent/
autogen.sh 10 autoconf && \
  /external/clang/test/Sema/
vfprintf-invalid-redecl.c 5 // sure this isn't an error: autoconf expects this to build.
  /external/fdlibm/
configure.in 1 dnl Process this file with autoconf to produce a configure script
  /external/libpcap/
acconfig.h 1 /* Long story short: aclocal.m4 depends on autoconf 2.13
  /external/webkit/Tools/android/flex-2.5.4a/
configure.in 1 dnl Process this file with autoconf to produce a configure script.

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011>>