Home
last modified time | relevance | path

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

12345678910>>...22

/external/swiftshader/third_party/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
19 elif test -d ../../llvm/autoconf/m4 ; then
20 cd ../../llvm/autoconf/m4
50 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
Dconfigure.ac14 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/swiftshader/third_party/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 …]
/external/u-boot/scripts/
DMakefile.autoconf11 __all: include/autoconf.mk include/autoconf.mk.dep
14 __all: spl/include/autoconf.mk
18 __all: tpl/include/autoconf.mk
47 include/autoconf.mk.dep: include/config.h FORCE
87 include/autoconf.mk: u-boot.cfg
88 $(call cmd,autoconf)
90 spl/include/autoconf.mk: spl/u-boot.cfg
92 $(call cmd,autoconf)
94 tpl/include/autoconf.mk: tpl/u-boot.cfg
96 $(call cmd,autoconf)
[all …]
/external/libxkbcommon/xkbcommon/build-aux/
Drequests10 '/usr/share/autoconf'
13 '/usr/share/autoconf/autoconf/autoconf.m4f',
273 '/usr/share/autoconf'
276 '/usr/share/autoconf/autoconf/autoconf.m4f',
346 '/usr/share/autoconf'
349 '/usr/share/autoconf/autoconf/autoconf.m4f',
/external/libpng/scripts/
DREADME.txt75 libtool.m4 => Used by autoconf tools
76 ltoptions.m4 => Used by autoconf tools
77 ltsugar.m4 => Used by autoconf tools
78 ltversion.m4 => Used by autoconf tools
79 lt~obsolete.m4 => Used by autoconf tools
81 intprefix.dfn => Used by autoconf tools
82 macro.lst => Used by autoconf tools
83 prefix.dfn => Used by autoconf tools
/external/curl/m4/
Dzz60-xc-ovr.m425 dnl sort alphabetically after any libtool, autoconf or automake
31 dnl Override an autoconf provided macro
33 dnl This macro overrides the one provided by autoconf
35 dnl autoconf 2.57 or older which lack it. This allows
37 dnl this macro is used in configure.ac, with autoconf
/external/ltp/include/mk/
Dautomake.mk25 AUTOCONF ?= autoconf
39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
47 .PHONY: autoconf
48 autoconf: configure
/external/ltp/testcases/realtime/
DMakefile27 AUTOCONF ?= autoconf
51 .PHONY: autotools aclocal autoconf autoheader automake
52 autotools: aclocal autoconf autoheader automake
68 autoconf: configure target
/external/libffi/m4/
Dax_configure_args.m42 # http://www.gnu.org/software/autoconf-archive/ax_configure_args.html
14 # with ${1+"$@"} but since autoconf 2.60 this is broken. Instead we have
15 # to rely on eval'ing $ac_configure_args however some old autoconf
16 # versions do not provide that. To ensure maximum portability of autoconf
63 # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_configure_args.m42 # http://www.gnu.org/software/autoconf-archive/ax_configure_args.html
14 # with ${1+"$@"} but since autoconf 2.60 this is broken. Instead we have
15 # to rely on eval'ing $ac_configure_args however some old autoconf
16 # versions do not provide that. To ensure maximum portability of autoconf
63 # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args
/external/harfbuzz_ng/
DBUILD.md34 sudo apt-get install autoconf automake libtool pkg-config ragel gtk-doc-tools
38 sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
42 sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc
/external/freetype/
Dautogen.sh134 AUTOCONF=autoconf
139 check_tool_version $AUTOCONF autoconf AUTOCONF 2.62
157 run autoconf --force
/external/protobuf/src/
DREADME.md15 * autoconf
25 $ sudo apt-get install autoconf automake libtool curl make g++ unzip
36 unit-tests) to the current directory and run automake, autoconf, etc.
56 autoconf documentation:
58 http://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts
91 libprotobuf. If the package in question uses autoconf, you can
99 If you are writing an autoconf-based package that uses Protocol
122 $ sudo /opt/local/bin/port install autoconf automake libtool
/external/swiftshader/third_party/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/syzkaller/vendor/golang.org/x/net/http2/
DDockerfile18 automake autoconf
22 autoconf automake autotools-dev \
35 RUN autoconf
/external/cmockery/cmockery_0_1_2/
Dconfigure.ac6 ## Process this file with autoconf to produce configure.
9 # make sure we're interpreted by some minimal autoconf
65 ## Check out ../autoconf/ for other macros you can call to do useful stuff
/external/lmfit/build-aux/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/libpng/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/speex/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/google-breakpad/autotools/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/python/cpython2/Modules/_ctypes/libffi/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/curl/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)
/external/pcre/dist2/
Dmissing119 autoconf|autom4te|autoheader)
141 autoconf*)

12345678910>>...22