Home
last modified time | relevance | path

Searched refs:autoconf (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/llvm/projects/sample/autoconf/
DAutoRegen.sh6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf
8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
13 if test -d ../../../autoconf/m4 ; then
14 cd ../../../autoconf/m4
18 elif test -d ../../llvm/autoconf/m4 ; then
19 cd ../../llvm/autoconf/m4
43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
DLICENSE.TXT4 All autoconf files are licensed under the LLVM license with the following
7 llvm/autoconf/install-sh:
/external/llvm/autoconf/
DAutoRegen.sh31 test -d autoconf && test -f autoconf/$configfile && cd autoconf
33 autoconf --version | grep $want_autoconf_version > /dev/null
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
DREADME.TXT8 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 …]
DLICENSE.TXT4 All autoconf files are licensed under the LLVM license with the following
7 llvm/autoconf/install-sh:
/external/llvm/
DNOTICE64 Autoconf llvm/autoconf
65 llvm/projects/ModuleMaker/autoconf
66 llvm/projects/sample/autoconf
72 == LICENSE.TXT for ./autoconf/LICENSE.TXT
78 All autoconf files are licensed under the LLVM license with the following
81 llvm/autoconf/install-sh:
101 == LICENSE.TXT for ./projects/sample/autoconf/LICENSE.TXT
107 All autoconf files are licensed under the LLVM license with the following
110 llvm/autoconf/install-sh:
D.gitignore28 autoconf/aclocal.m4
29 autoconf/autom4te.cache
DLICENSE.TXT64 Autoconf llvm/autoconf
65 llvm/projects/ModuleMaker/autoconf
66 llvm/projects/sample/autoconf
/external/llvm/projects/sample/autoconf/m4/
Dconfig_makefile.m47 [${srcdir}/autoconf/mkinstalldirs `dirname $1`
8 ${SHELL} ${srcdir}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
/external/llvm/autoconf/m4/
Dconfig_makefile.m47 [${llvm_src}/autoconf/mkinstalldirs `dirname $1`
8 ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
/external/oprofile/m4/
Dkerneloption.m42 dnl see if autoconf.h defines the option
6 AC_TRY_COMPILE( [#include <linux/autoconf.h>],
/external/tcpdump/
DMakefile-devel-adds3 # From autoconf.info . Works best with GNU Make.
6 cd ${srcdir} && autoconf
/external/bluetooth/glib/
Dautogen.sh40 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
111 autoconf || exit $?
DHACKING4 - GNU autoconf 2.54
21 cvsroot/glib# aclocal; automake; autoconf
/external/dbus/
Dautogen.sh22 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
76 autoconf || echo "autoconf failed - version 2.5x is probably required"
/external/bison/m4/
Dmbrtowc.m410 dnl AC_FUNC_MBRTOWC, when autoconf 2.60 can be assumed everywhere.
14 dnl Same as AC_FUNC_MBRTOWC in autoconf-2.60.
Dextensions.m48 # This file is only needed in autoconf <= 2.59. Newer versions of autoconf
/external/srec/tools/thirdparty/OpenFst/
DREADME9 unmodified. Stay tuned for an autoconf build.
35 2) autoconf
/external/chromium/sdch/open-vcdiff/testdata/
Dconfigure.ac.v0.11 ## Process this file with autoconf to produce configure.
4 # make sure we're interpreted by some minimal autoconf
Dconfigure.ac.v0.21 ## Process this file with autoconf to produce configure.
4 # make sure we're interpreted by some minimal autoconf
/external/llvm/lib/Analysis/
DNOTICE64 Autoconf llvm/autoconf
65 llvm/projects/ModuleMaker/autoconf
66 llvm/projects/sample/autoconf
/external/bluetooth/hcidump/
Dbootstrap6 autoconf
/external/antlr/antlr-3.4/runtime/C/m4/
Ddummy1 Here to make sure autoconf does not screw up
/external/valgrind/main/
Dautogen.sh17 run autoconf
/external/bluetooth/bluez/
Dbootstrap7 autoconf

1234567891011