Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 1427) sorted by relevance

12345678910>>...58

/third_party/zlib/
Dconfigure17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
57 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
62 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
68 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
103 echo "** $0 aborting." | tee -a configure.log
106 echo -------------------- >> configure.log
107 echo >> configure.log
[all …]
/third_party/elfutils/
DChangeLog3 * configure.ac (AC_INIT): Set version to 0.188.
16 * configure.ac: Use AC_PROG_CC with autoconf 2.70, or AC_PROG_CC_C99
42 * configure.ac (OLD_LIBMICROHTTPD): New AM_CONDITIONAL based on
52 * configure.ac (AC_INIT): Set version to 0.187.
62 * configure.ac (AC_CHECK_FUNCS): Add mremap.
66 * configure.ac: Remove -m64 on 32bit target comments for
71 * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
79 * configure.ac: Move AC_PROG_CXX earlier. Check for both
85 * configure.ac: Add --enable-sanitize-address.
89 * configure.ac (AC_INIT): Set version to 0.186.
[all …]
/third_party/lame/
DINSTALL.configure6 The `configure' shell script attempts to guess correct values for
14 (useful mainly for debugging `configure').
17 to figure out how `configure' could check whether to do them, and mail
22 The file `configure.in' is used to create `configure' by a program
23 called `autoconf'. You only need `configure.in' if you want to change
24 it or regenerate `configure' using a newer version of `autoconf'.
29 `./configure' to configure the package for your system. If you're
31 `sh ./configure' instead to prevent `csh' from trying to execute
32 `configure' itself.
34 Running `configure' takes awhile. While running, it prints some
[all …]
DINSTALL37 On unix systems, they are set via ./configure.
52 Building the software on *NIX platforms using configure:
56 % ./configure
60 For a complete list of options, try "./configure --help"
82 Other usefull configure options:
109 CONFIG_DEFS="-Dmy_define" ./configure
113 ./configure
118 CFLAGS="--my_flag" ./configure
122 ./configure
127 If configure detects the presents of "nasm" some additional speed
[all …]
/third_party/skia/third_party/externals/microhttpd/
DINSTALL15 Briefly, the shell command `./configure && make && make install'
16 should configure, build, and install this package. The following
24 The `configure' shell script attempts to guess correct values for
31 debugging `configure').
40 to figure out how `configure' could check whether to do them, and mail
46 The file `configure.ac' (or `configure.in') is used to create
47 `configure' by a program called `autoconf'. You need `configure.ac' if
48 you want to change it or regenerate `configure' using a newer version
54 `./configure' to configure the package for your system.
56 Running `configure' might take a while. While running, it prints
[all …]
/third_party/ltp/include/mk/
Dautomake.mk35 .PHONY: testcases/realtime/configure
36 testcases/realtime/configure:
39 .PHONY: testcases/open_posix_testsuite/configure
40 testcases/open_posix_testsuite/configure:
44 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
53 autoconf: configure
55 configure: configure.ac aclocal.m4
59 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4
90 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in
/third_party/libsnd/Scripts/
Dstatic-deps-build.mk48 config : Build/Stamp/configure
98 …(cd Build/$(ogg_version) && autoreconf -vif && CFLAGS=-fPIC ./configure $(config_options) --disabl…
102 (cd Build/$(ogg_version) && CFLAGS=-fPIC ./configure $(config_options) && make all install)
107 (cd Build/$(vorbis_version) && CFLAGS=-fPIC ./configure $(config_options) && make all install)
108 (cd Build/$(flac_version) && CFLAGS=-fPIC ./configure $(config_options) && make all install)
109 (cd Build/$(opus_version) && CFLAGS=-fPIC ./configure $(config_options) && make all install)
112 configure : configure.ac
115 Build/Stamp/configure : Build/Stamp/install-libs configure
116 PKG_CONFIG_LIBDIR=Build/lib/pkgconfig ./configure
122 Build/Stamp/build : Build/Stamp/configure
/third_party/ltp/
Dbuild.sh26 local configure="$1"
32 echo "=== configure $configure $@ ==="
33 if ! $configure $@; then
45 run_configure ./configure $CONFIGURE_OPTS_IN_TREE --prefix=$prefix $@
52 run_configure $SRC_DIR/configure $CONFIGURE_OPTS_OUT_TREE $@
153 -c CC Define compiler (\$CC variable), needed only for configure step
157 to --prefix option of configure script. For out-of-tree build is this
164 -t TYPE Specify build type, default: $DEFAULT_BUILD, only for configure step
177 configure run only 'configure'
184 Default configure options:
[all …]
/third_party/icu/tools/release/java/
DMakefile46 tmp-old: $(OLD_ICU)/source/configure
48 ( cd $(OLD_ICU_BUILD)/ && $(OLD_ICU)/source/configure )
51 tmp-new: $(NEW_ICU)/source/configure
53 ( cd $(NEW_ICU_BUILD)/ && $(NEW_ICU)/source/configure )
55 inplace-old: $(OLD_ICU)/source/configure
57 ( cd $(OLD_ICU_BUILD)/ && ./configure )
60 inplace-new: $(NEW_ICU)/source/configure
62 ( cd $(NEW_ICU_BUILD)/ && ./configure )
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile45 && ./configure \
61 && ./configure \
70 && ./configure \
89 && ./configure \
98 && ./configure \
117 && ./configure \
126 && ./configure \
145 && ./configure \
154 && ./configure \
173 && ./configure \
[all …]
/third_party/e2fsprogs/
D0016-e2fsprogs-add-sw64.patch6 Add code related to sw64 in file configure configure.ac aclocal.m4 lib/blkid/llseek.c lib/ext2fs/un…
11 configure | 6 +++---
12 configure.ac | 2 +-
62 diff --git a/configure b/configure
64 --- a/configure
65 +++ b/configure
93 diff --git a/configure.ac b/configure.ac
95 --- a/configure.ac
96 +++ b/configure.ac
/third_party/ffmpeg/
DINSTALL.md3 1. Type `./configure` to create the configuration. A list of configure
4 options is printed by running `configure --help`.
6 `configure` can be launched from a directory different from the FFmpeg
8 path when launching `configure`, e.g. `/ffmpegdir/ffmpeg/configure`.
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile47 && ./configure \
63 && ./configure \
73 && ./configure \
93 && ./configure \
103 && ./configure \
123 && ./configure \
133 && ./configure \
153 && ./configure \
163 && ./configure \
183 && ./configure \
[all …]
/third_party/node/doc/contributing/maintaining/
Dmaintaining-the-build-files.md11 * `configure`: A Python script that detects system capabilities and runs
16 guide on this script, see [configure][].
26 On Windows `vcbuild.bat` runs [configure][] before building the
27 Node.js binary, on other systems `configure` must be run manually before running
35 ## configure section in Maintaining the build files
37 The `configure` script recognizes many CLI flags for special build formulas.
41 * Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild
45 To see the help text, run `python configure --help`. Update this file when you
62 [configure]: #configure hashtag
/third_party/rust/crates/libc/ci/
Dinstall-musl.sh20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
38 ./configure --prefix="/musl-${musl_arch}" --disable-shared --target=i686
46 ./configure --prefix="/musl-${musl_arch}"
53 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
60 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
67 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL.UNIX35 2. Regenerate the configure script if needed
42 directory in order to create the `configure' script for your
57 ./configure --help
60 environment variables. The ./configure script will detect some
67 ./configure [options]
74 ./configure --prefix=/usr
80 MAKE=gmake ./configure [options]
87 For library identification, FreeType's `configure' script uses the
92 have to use environment variables as described by `configure
97 configure ...
[all …]
/third_party/python/Tools/pynche/
DTextViewer.py46 self.__text.configure(selectforeground=sfg)
49 self.__text.configure(selectbackground=sbg)
52 self.__text.configure(insertbackground=ibg)
138 r.configure(state=state)
140 l.configure(foreground=fg)
168 text.configure(foreground=colorname)
170 text.configure(background=colorname)
172 text.configure(selectforeground=colorname)
174 text.configure(selectbackground=colorname)
176 text.configure(insertbackground=colorname)
/third_party/mesa3d/docs/relnotes/
D17.1.2.rst65 - configure: move platform handling further up
66 - configure: rename remaining HAVE_EGL_PLATFORM\_\* guards
67 - configure: update remaining --with-egl-platforms references
68 - configure: loosen --with-platforms heuristics
69 - configure: enable the surfaceless platform by default
70 - configure: set HAVE_foo_PLATFORM as applicable
71 - configure: error out when building GLX w/o the X11 platform
72 - configure: check once for DRI3 dependencies
74 - configure: error out when building X11 Vulkan without DRI3
80 - configure: error out if building VA w/o supported platform
[all …]
/third_party/alsa-utils/
Dgitcompile9 cp configure.ac configure.ac.ok
13 cp configure.ac.ok configure.ac
21 ./configure $@ || exit 1
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_style.py30 style.configure('TButton', background='yellow')
31 self.assertEqual(style.configure('TButton', 'background'),
33 self.assertIsInstance(style.configure('TButton'), dict)
72 style.configure('TButton', background='yellow')
134 default = style.configure(name)
145 self.assertEqual(style.configure(newname), None)
146 style.configure(newname, **default)
147 self.assertEqual(style.configure(newname), default)
149 self.assertEqual(style.configure(newname, key), value)
/third_party/alsa-lib/
DINSTALL10 ./configure
33 ./configure
45 options for the configure script:
47 ./configure --enable-shared=no --enable-static=yes
57 configure option for reducing the size of libasound. The selectable
63 configure option. Multiple plugins can be passed by separation with
83 i686 host but for arm architecture) you will need to call ./configure
86 CC=arm-linux-gcc ./configure --host=arm-linux
92 ./configure --host=arm-linux
114 --disable-thread-safety configure option.
[all …]
/third_party/node/deps/cares/
DINSTALL.md40 ./configure
49 Get a full listing of all available configure options by invoking it like:
51 ./configure --help
54 you need to specify that already when running configure:
56 ./configure --prefix=/path/to/c-ares/tree
62 ./configure --prefix=$HOME
68 To force configure to use the standard cc compiler if both cc and gcc are
69 present, run configure like
71 CC=cc ./configure
73 env CC=cc ./configure
[all …]
/third_party/protobuf/src/
DREADME.md40 have also cloned the submodules and generated the configure script (skip this
52 ./configure
62 For advanced usage information on configure and make, please refer to the
65 http://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts
72 instead. To do this, invoke configure as follows:
74 ./configure --prefix=/usr
101 often fix the problem by invoking its configure script like:
104 configure CXXFLAGS="$(pkg-config --cflags protobuf)" \
111 configure script like:
142 the --with-protoc option to tell configure to use it instead. For
[all …]
/third_party/curl/docs/
DINSTALL.md35 ./configure --with-openssl [--with-gnutls --with-wolfssl]
40 (Adjust the configure line accordingly to use the TLS library you want.)
44 Get a full listing of all available configure options by invoking it like:
46 ./configure --help
49 specify that when running configure:
51 ./configure --prefix=/path/to/curl/tree
57 ./configure --prefix=$HOME
61 The configure script always tries to find a working SSL library unless
64 have OpenSSL installed in `/usr/local/ssl`, you can run configure like:
66 ./configure --with-openssl
[all …]
/third_party/protobuf/php/tests/
Dcompile_extension.sh9 rm -f configure.in configure.ac
13 ./configure --with-php-config=$(which php-config)
17 ./configure --with-php-config=$(which php-config) CFLAGS="-g -O0 -Wall"

12345678910>>...58