Searched full:configure (Results 1 – 25 of 3464) sorted by relevance
12345678910>>...139
/external/libxkbcommon/xkbcommon/build-aux/ |
D | traces.1 | 7 m4trace:configure.ac:25: -1- AC_INIT([libxkbcommon], [0.5.0], [https://bugs.freedesktop.org/enter_b… 8 m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?A[CHUM]_]) 9 m4trace:configure.ac:25: -1- m4_pattern_forbid([_AC_]) 10 m4trace:configure.ac:25: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LI… 11 m4trace:configure.ac:25: -1- m4_pattern_allow([^AS_FLAGS$]) 12 m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?m4_]) 13 m4trace:configure.ac:25: -1- m4_pattern_forbid([^dnl$]) 14 m4trace:configure.ac:25: -1- m4_pattern_forbid([^_?AS_]) 15 m4trace:configure.ac:25: -1- AC_SUBST([SHELL]) 16 m4trace:configure.ac:25: -1- AC_SUBST_TRACE([SHELL]) [all …]
|
D | traces.2 | 73 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is 88 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is 564 echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD 568 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD 571 echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD 2225 # To make any issue more visible, cause the running configure to be aborted 2255 to "yes", and re-run configure. 2426 # arguments. Must try -L first in case configure is actually a 2434 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2437 set X `ls -t "$srcdir/configure" conftest.file` [all …]
|
D | traces.0 | 124 for use in further configure time tests before the real libtool is 182 # configure is writing to config.log, but config.lt does its own redirection, 184 # open by configure. Here we exec the FD to /dev/null, effectively closing 406 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 895 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is 910 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is 1386 echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD 1390 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD 1393 echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD 3191 # To make any issue more visible, cause the running configure to be aborted [all …]
|
/external/ImageMagick/config/ |
D | configure.xml.in | 3 <!ELEMENT configuremap (configure)+> 4 <!ELEMENT configure (#PCDATA)> 5 <!ATTLIST configure name CDATA #REQUIRED> 6 <!ATTLIST configure value CDATA #REQUIRED> 9 <configure name="CC" value="@CC@"/> 10 <configure name="CFLAGS" value="@MAGICK_CFLAGS@"/> 11 <configure name="CODER_PATH" value="@CODER_PATH@"/> 12 <configure name="CONFIGURE_PATH" value="@CONFIGURE_PATH@"/> 13 <configure name="CONFIGURE" value="@CONFIGURE_ARGS@"/> 14 <configure name="COPYRIGHT" value="Copyright (C) 1999-2016 ImageMagick Studio LLC"/> [all …]
|
/external/ImageMagick/www/source/ |
D | configure.xml | 3 <!ELEMENT configuremap (configure)+> 4 <!ELEMENT configure (#PCDATA)> 5 <!ATTLIST configure name CDATA #REQUIRED> 6 <!ATTLIST configure value CDATA #REQUIRED> 9 <configure name="NAME" value="ImageMagick"/> 10 <configure name="VERSION" value="7.0.0"/> 11 <configure name="LIB_VERSION" value="0x700"/> 12 <configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/> 13 <configure name="SVN_REVISION" value="5819" /> 14 <configure name="RELEASE_DATE" value="2011-10-30"/> [all …]
|
/external/elfutils/ |
D | ChangeLog | 3 * configure.ac: Set version to 0.165. 8 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions. 17 * configure.ac: Make zlib mandatory. 21 * configure.ac: Set version to 0.164. 26 * configure.ac: Add AM_SILENT_RULES([yes]). 30 * configure.ac: Use -fPIC instead of -fpic to avoid relocation 40 * configure.ac: Set version to 0.163. 45 * configure.ac: Set version to 0.162. 50 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on 55 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | configure | 2 # 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 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log [all …]
|
/external/zlib/src/ |
D | configure | 2 # 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 51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log [all …]
|
/external/python/cpython3/Modules/zlib/ |
D | configure | 2 # 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 51 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | INSTALL | 15 The `configure' shell script attempts to guess correct values for 22 debugging `configure'). 31 to figure out how `configure' could check whether to do them, and mail 37 The file `configure.ac' (or `configure.in') is used to create 38 `configure' by a program called `autoconf'. You only need 39 `configure.ac' if you want to change it or regenerate `configure' using 45 `./configure' to configure the package for your system. If you're 47 `sh ./configure' instead to prevent `csh' from trying to execute 48 `configure' itself. 50 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/libusb/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 14 configure, build, and install this package. The following 18 The `configure' shell script attempts to guess correct values for 25 debugging `configure'). 34 to figure out how `configure' could check whether to do them, and mail 40 The file `configure.ac' (or `configure.in') is used to create 41 `configure' by a program called `autoconf'. You need `configure.ac' if 42 you want to change it or regenerate `configure' using a newer version 48 `./configure' to configure the package for your system. 50 Running `configure' might take a while. While running, it prints [all …]
|
/external/libusb-compat/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 14 configure, build, and install this package. The following 18 The `configure' shell script attempts to guess correct values for 25 debugging `configure'). 34 to figure out how `configure' could check whether to do them, and mail 40 The file `configure.ac' (or `configure.in') is used to create 41 `configure' by a program called `autoconf'. You need `configure.ac' if 42 you want to change it or regenerate `configure' using a newer version 48 `./configure' to configure the package for your system. 50 Running `configure' might take a while. While running, it prints [all …]
|
/external/protobuf/ |
D | INSTALL.txt | 20 The `configure' shell script attempts to guess correct values for 27 debugging `configure'). 36 to figure out how `configure' could check whether to do them, and mail 42 The file `configure.ac' (or `configure.in') is used to create 43 `configure' by a program called `autoconf'. You only need 44 `configure.ac' if you want to change it or regenerate `configure' using 50 `./configure' to configure the package for your system. If you're 52 `sh ./configure' instead to prevent `csh' from trying to execute 53 `configure' itself. 55 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/libedit/ |
D | INSTALL | 12 The `configure' shell script attempts to guess correct values for 19 debugging `configure'). 28 to figure out how `configure' could check whether to do them, and mail 34 The file `configure.ac' (or `configure.in') is used to create 35 `configure' by a program called `autoconf'. You only need 36 `configure.ac' if you want to change it or regenerate `configure' using 42 `./configure' to configure the package for your system. If you're 44 `sh ./configure' instead to prevent `csh' from trying to execute 45 `configure' itself. 47 Running `configure' takes awhile. While running, it prints some [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | INSTALL | 6 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 …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 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 …]
|
/external/pcre/dist2/ |
D | INSTALL | 15 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 …]
|
/external/google-breakpad/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 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 …]
|
/external/libmicrohttpd/ |
D | INSTALL | 15 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 …]
|
/external/lmfit/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 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 …]
|
/external/libexif/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 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 …]
|
/external/antlr/antlr-3.4/runtime/C/ |
D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 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 …]
|
/external/strace/ |
D | INSTALL | 15 Briefly, the shell command './configure && make && make install' should 16 configure, build, and install this package. The following more-detailed 24 The 'configure' shell script attempts to guess correct values for 31 debugging 'configure'). 39 to figure out how 'configure' could check whether to do them, and mail 45 The file 'configure.ac' (or 'configure.in') is used to create 46 'configure' by a program called 'autoconf'. You need 'configure.ac' if 47 you want to change it or regenerate 'configure' using a newer version of 53 './configure' to configure the package for your system. 55 Running 'configure' might take a while. While running, it prints [all …]
|
/external/guice/core/src/com/google/inject/spi/ |
D | ModuleSource.java | 30 * Module#configure(Binder) configure(Binder)} method invocation. 45 * The chunk of call stack that starts from the parent module {@link Module#configure(Binder) 46 * configure(Binder)} call and ends just before the module {@link Module#configure(Binder) 47 * configure(Binder)} method invocation. For a module without a parent module the chunk starts 56 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 57 * Module#configure(Binder) configure(Binder)} method invocation 68 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 69 * Module#configure(Binder) configure(Binder)} method invocation 91 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 92 * Module#configure(Binder) configure(Binder)} method invocation. The return array is non-empty [all …]
|
/external/libpng/ |
D | autogen.sh | 3 # 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 …]
|
12345678910>>...139