Home
last modified time | relevance | path

Searched full:configure (Results 1 – 25 of 2688) sorted by relevance

12345678910>>...108

/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/zlib/
Dconfigure2 # configure script for zlib.
4 # Normally configure builds both a static and a shared library.
5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
[all …]
DChangeLog27 - Add memory sanitizer to configure (--memory)
33 - Fix configure issue that discarded provided CC definition
56 - Add address checking in clang to -w option of configure
102 - Separate out address sanitizing from warnings in configure
104 - Check for cc masquerading as gcc or clang in configure
133 - Add --warn (-w) option to ./configure for more compiler warnings
136 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
176 - Fix configure check for veracity of compiler error return codes
206 - Fix configure for Sun shell
207 - Remove runtime check in configure for four-byte integer type
[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 …]
/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/alsa-utils/.github/workflows/
Dbuild.yml22 - name: Configure alsa-lib
25 head -5 configure.ac
32 ./configure
55 mv configure.ac configure.ac.old
58 …if test -z "$version"; then version1=$(cat configure.ac.old | grep "AC_INIT(.*)" | cut -d ' ' -f 2…
60 …"s/AC_INIT\(alsa-utils,.*\)/AC_INIT(alsa-utils, ${version})/" < configure.ac.old > configure.ac.tmp
61 sed -e 's;po/Makefile.in;;' < configure.ac.tmp > configure.ac
62 grep AC_INIT configure.ac
63 - name: Configure
66 head -5 configure.ac
[all …]
/third_party/skia/third_party/externals/libpng/
Dautogen.sh3 # Run 'autoreconf' to build 'configure', 'Makefile.in' and other configure
7 # configure.ac and Makefile.am; all of the autotools support scripts are
12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says
13 # what to do if Makefile.am or configure.ac are changed.
41 echo " ./autogen.sh generates the configure script and"
43 echo " or configure.ac. You may prefer to just run autoreconf."
47 echo " If you need to change Makefile.am or configure.ac then you"
48 echo " also need to run ./configure --enable-maintainer-mode and"
77 config.sub configure depcomp install-sh ltmain.sh missing\
81 # versions than those required by configure.ac):
[all …]
DINSTALL7 II. Rebuilding the configure scripts
29 ./configure [--prefix=/path]
38 running ./configure, to create "configure" and "Makefile.in" which are
41 Note that "configure" is only included in the "*.tar" distributions and not
46 II. Rebuilding the configure scripts
48 If configure does not work on your system, or if you have a need to
49 change configure.ac or Makefile.am, and you have a reasonably
51 running ./configure may fix the problem. To be really sure that you
56 ./configure --enable-maintainer-mode
60 ./configure [--prefix=/path] [other options]
[all …]
/third_party/node/deps/cares/
Dmaketgz38 if(!-f "configure") {
42 print "adding $version in the configure.ac file\n";
43 `sed -e 's/AC_INIT.*/AC_INIT([c-ares], [$version],/' < configure.ac > configure.ac.dist`;
48 # now make a new configure script with this
49 print "makes a new configure script\n";
50 `autoconf configure.ac.dist >configure`;
52 # now run this new configure to get a fine makefile
53 print "running configure\n";
54 `./configure`;
66 print "removing temporary configure.ac file\n";
[all …]
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/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/alsa-lib/.github/workflows/
Dbuild.yml24 mv configure.ac configure.ac.old
27 … sed -r "s/AC_INIT\(alsa-lib,.*\)/AC_INIT(alsa-lib, ${version})/" < configure.ac.old > configure.ac
28 grep AC_INIT configure.ac
29 - name: Configure
37 ./configure --disable-aload
53 - name: Configure package
57 ./configure --disable-aload
86 - name: Configure
94 ./configure --disable-aload
/third_party/ltp/
Dbuild.sh26 local configure="$1"
32 echo "=== configure $configure $@ ==="
33 if ! $configure $@; then
34 echo "== ERROR: configure failed, config.log =="
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'
[all …]
/third_party/openssl/
DNOTES-NONSTOP.md11 Specify the `--with-rand-seed=rdcpu` option to the `./Configure` script.
15 specify the `--with-rand-seed=egd` option to the `./Configure` script.
45 option to `./Configure`.
104 To configure and compile OpenSSL, you will need to set up a Cygwin environment.
112 This should be set before Configure is run. For the c99 cross-compiler to work
119 `Configure` must specify the `no-makedepend` option otherwise errors will
121 the `gcc -MT` option. An example of a `Configure` command to be run from the
124 ./Configure nonstop-nsx_64 no-makedepend --with-rand-seed=rdcpu
210 Example Configure Targets
217 ./Configure nonstop-nsx --prefix=${PWD} \
[all …]
/third_party/node/deps/openssl/openssl/
DNOTES-NONSTOP.md11 Specify the `--with-rand-seed=rdcpu` option to the `./Configure` script.
15 specify the `--with-rand-seed=egd` option to the `./Configure` script.
45 option to `./Configure`.
104 To configure and compile OpenSSL, you will need to set up a Cygwin environment.
112 This should be set before Configure is run. For the c99 cross-compiler to work
119 `Configure` must specify the `no-makedepend` option otherwise errors will
121 the `gcc -MT` option. An example of a `Configure` command to be run from the
124 ./Configure nonstop-nsx_64 no-makedepend --with-rand-seed=rdcpu
210 Example Configure Targets
217 ./Configure nonstop-nsx --prefix=${PWD} \
[all …]
/third_party/node/deps/openssl/config/
DMakefile23 CONFIGURE = ./Configure macro
30 # disable platform check in Configure
37 # Header files generated with Configure
52 # Configure and generate openssl asm files for each archs
54 cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(CC) $(PERL) $(CONFIGURE) $(COPTS) $@;
57 cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(FAKE_GCC) $(PERL) $(CONFIGURE) \
60 # Configure no-asm and generate no-asm sources
61 cd $(OPSSL_SRC); $(NO_WARN_ENV) $(PERL) $(CONFIGURE) $(COPTS) \
66 # Configure no-asm and generate no-asm sources
67 cd $(OPSSL_SRC); $(NO_WARN_ENV) $(PERL) $(CONFIGURE) $(COPTS) \
/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/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
96 # This list should match the files in configure.ac.
[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/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/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/rust/crates/libc/ci/
Dinstall-musl.sh11 # Download, configure, build, and install musl:
20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
36 # ./configure, since otherwise the script will fail to find a compiler.
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
81 # Download, configure, build, and install musl-sanitized kernel headers:
/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/pcre2/pcre2/doc/
Dpcre2build.39 PCRE2 is distributed with a \fBconfigure\fP script that can be used to build
12 \fBCMake\fP instead of \fBconfigure\fP. The text file
38 selected when the library is compiled. It assumes use of the \fBconfigure\fP
40 options to \fBconfigure\fP before running the \fBmake\fP command. However, the
42 if you are using \fBCMake\fP instead of \fBconfigure\fP to build PCRE2.
52 The complete list of options for \fBconfigure\fP (which includes the standard
56 ./configure --help
59 begin with --enable or --disable. Because of the way that \fBconfigure\fP
63 \fBconfigure\fP run, a summary of the configuration is output.
76 the following to the \fBconfigure\fP command:
[all …]
/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 …]

12345678910>>...108