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

1 2 3 4 5 6 7 8 91011>>

  /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
19 elif test -d ../../llvm/autoconf/m4 ; then
20 cd ../../llvm/autoconf/m
    [all...]
configure.ac 14 dnl Tell autoconf that this is an LLVM project being configured
18 dnl Tell autoconf that the auxiliary files are actually located in
19 dnl the LLVM autoconf directory, not here.
20 AC_CONFIG_AUX_DIR($LLVM_SRC/autoconf)
  /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/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/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
  /bionic/libc/kernel/common/linux/
config.h 15 #include <linux/autoconf.h>
  /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/elfutils/m4/
isc-posix.m4 6 dnl that contains a configuration script generated by Autoconf, under
9 # This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
11 # This test replaces the one in autoconf.
12 # Currently this macro should have the same name as the autoconf macro
  /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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
config.h 15 #include <linux/autoconf.h>

Completed in 503 milliseconds

1 2 3 4 5 6 7 8 91011>>