HomeSort by relevance Sort by last modified time
    Searched full:configure (Results 526 - 550 of 2918) sorted by null

<<21222324252627282930>>

  /external/libpcap/
README.linux 13 You must configure the kernel with the CONFIG_PACKET option for this
14 protocol; the following note is from the Linux "Configure.help" file for
59 The option for this is the CONFIG_FILTER option; the "Configure.help"
  /external/libpng/scripts/
README.txt 64 libpng-config.in => Used by "configure" to create libpng-config.
68 libpng.pc-configure.in => Used by "configure" to create libpng.pc
  /external/libvorbis/
autogen.sh 2 # Run this to set up the build system: configure, makefiles, etc.
111 echo "I am going to run ./configure with no arguments - if you wish "
129 $srcdir/configure --enable-maintainer-mode "$@" && echo
  /external/protobuf/
configure.ac 1 ## Process this file with autoconf to produce configure.
131 # package's configure script.
141 # HACK: Make gtest's configure script pick up our copy of CFLAGS and CXXFLAGS,
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 82 // configure the paint
88 // configure the font
118 // allocate memory and configure pointers
  /ndk/build/tools/
build-mingw64-toolchain.sh 494 run $SRC_DIR/$PKGNAME/configure "$@"
495 fail_panic "Can't configure $PKGNAME !!"
539 run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
540 fail_panic "Can't configure mingw-64-tools"
563 run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$PREFIX_FOR_TARGET --host=$TARGET_TAG \
565 fail_panic "Can't configure mingw-64-headers"
574 fail_panic "Can't configure mingw-64-headers"
594 run $SRC_DIR/$PKGNAME/configure "$@"
595 fail_panic "Can't configure $PKGNAME !!"
622 run $MINGW_W64_SRC/mingw-w64-crt/configure "$@
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
lib-prefix.m4 122 dnl $exec_prefix will expand at the end of the configure script.
126 dnl at the end of configure.
145 dnl at the end of the configure script.
  /external/bison/djgpp/
config.bat 2 Rem Configure Bison for DJGPP.
144 Rem Create an arguments file for the configure script.
166 redir -e /dev/null update %XSRC%/configure.org ./configure
167 test -f ./configure
168 if errorlevel 1 update %XSRC%/configure ./configure
173 test -f ./configure.org
174 if errorlevel 1 update configure configure.org
    [all...]
  /external/ipsec-tools/
ChangeLog 5 * NEWS, configure.ac: 0.7.3 release
37 * NEWS, configure.ac: Updates for 0.7.2 release
67 * configure.ac: Fix a CPPLAGS typo to CPPFLAGS which was intended
117 * configure.ac: 0.7.1 coming !
233 * configure.ac: Fix autoconf check for selinux support. Submitted
246 * NEWS, configure.ac: Prepare for 0.7 release tag.
255 * configure.ac, src/libipsec/ipsec_dump_policy.c,
291 * configure.ac: ipsec-tools used to use tags in lower case
295 * configure.ac: 0.7-RC1
352 * configure.ac: Bump to 0.7beta
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 45 * MediaCodec.configure() to receive decoder output. When a frame arrives, we latch the
77 * to MediaCodec.configure().
92 * passed to MediaCodec.configure().
139 // Configure EGL for pbuffer and OpenGL ES 2.0. We want enough RGB bits
155 // Configure context for OpenGL ES 2.0.
  /external/bison/build-aux/
git-version-gen 45 # minimize rebuild time after unrelated changes to configure sources.
52 # Use the following line in your configure.ac, so that $(VERSION) will
53 # automatically be up-to-date each time configure is run (and note that
54 # since configure.ac no longer includes a version string, Makefile rules
55 # should not depend on configure.ac for version updates).
  /external/valgrind/main/docs/internals/
howto_BUILD_KDE42.txt 69 configure output to be sure.
87 echo yes | ./configure -platform linux-g++-64 -prefix $KDEINST
90 # check configure output before proceeding, to ensure that
103 # to install the relevant supporting libs and redo the qt configure
104 # (make confclean, then redo configure)
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 58 void AudioEqualizer::configure(int nChannels, int sampleRate) { function in class:android::AudioEqualizer
59 ALOGV("AudioEqualizer::configure(nChannels=%d, sampleRate=%d)", nChannels,
61 mpLowShelf->configure(nChannels, sampleRate);
63 mpPeakingFilters[i].configure(nChannels, sampleRate);
65 mpHighShelf->configure(nChannels, sampleRate);
  /external/oprofile/
ChangeLog-2008 45 * m4/binutils.m4: Defeat compiler optimization in configure
81 * configure.in:
87 * configure.in: Add configure option for non-standard binutils lib
104 * configure.in: Change AM_INIT_AUTOMAKE to 0.9.5cvs; enables -werror
125 * configure.in: Fix to allow libtool to recognize
141 * configure.in: bump version in AM_INIT_AUTOMAKE to 0.9.4
197 * configure.in:
241 * configure.in:
275 * oprofile/configure.in
    [all...]
ChangeLog-2001 176 * configure.in: add FIXME comment
224 * configure.in: handle missing libiberty.h and
308 * configure.in: cvs add Rules.make.in.
312 * configure.in: suppress reference to an inexistant
322 * configure.in:
463 * configure.in: bump to 0.0.8cvs
468 * configure.in: fixes for configuration when Qt2 not found
475 * configure.in: bump to 0.0.7
479 * configure.in:
502 * configure.in
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 53 contents are read as shell variables to configure the bootstrap.
95 package=`sed -n "$extract_package_name" configure.ac` || exit
203 # Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
205 grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
207 grep '^[ ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
210 echo "$0: expected line not found in configure.ac. Add the following:" >&2
567 grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \
572 cp configure.ac $bt2 &&
573 (cd $bt2 && autopoint && rm configure.ac) &&
600 grep '^[ ]*AM_PROG_LIBTOOL\>' configure.ac >/dev/null |
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 63 else if (start == SyncSetupWizard::CONFIGURE)
107 args->SetString("iframeToShow", "configure");
204 case SyncSetupWizard::CONFIGURE:
306 case SyncSetupWizard::CONFIGURE:
310 current_state_ == SyncSetupWizard::CONFIGURE ||
320 current_state_ == SyncSetupWizard::CONFIGURE ||
357 case SyncSetupWizard::CONFIGURE: {
  /external/llvm/docs/
Projects.rst 36 ``Makefiles``, a configure script that can be used to configure the location
61 4. If you want your project to be configured with the ``configure`` script then
62 you need to edit ``autoconf/configure.ac`` as follows:
82 5. After updating ``autoconf/configure.ac``, regenerate the configure script
91 6. Run ``configure`` in the directory in which you want to place object code.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gccinstall.info 139 Necessary when running `configure' because some `/bin/sh' shells
142 performance problems. This can cause target `configure' runs to
149 `configure'/`make'.
203 library search path, you will have to configure with the
204 `--with-gmp' configure option. See also `--with-gmp-lib' and
211 `http://www.mpfr.org/'. The `--with-mpfr' configure option should
220 `http://www.multiprecision.org/'. The `--with-mpc' configure
231 The `--with-ppl' configure option should be used if PPL is not
244 `cloog-0.16.1.tar.gz'. To use it add the additional configure
248 In both cases `--with-cloog' configure option should be used i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gccinstall.info 139 Necessary when running `configure' because some `/bin/sh' shells
142 performance problems. This can cause target `configure' runs to
149 `configure'/`make'.
203 library search path, you will have to configure with the
204 `--with-gmp' configure option. See also `--with-gmp-lib' and
211 `http://www.mpfr.org/'. The `--with-mpfr' configure option should
220 `http://www.multiprecision.org/'. The `--with-mpc' configure
231 The `--with-ppl' configure option should be used if PPL is not
244 `cloog-0.16.1.tar.gz'. To use it add the additional configure
248 In both cases `--with-cloog' configure option should be used i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gccinstall.info 139 Necessary when running `configure' because some `/bin/sh' shells
142 performance problems. This can cause target `configure' runs to
149 `configure'/`make'.
203 library search path, you will have to configure with the
204 `--with-gmp' configure option. See also `--with-gmp-lib' and
211 `http://www.mpfr.org/'. The `--with-mpfr' configure option should
220 `http://www.multiprecision.org/'. The `--with-mpc' configure
231 The `--with-ppl' configure option should be used if PPL is not
244 `cloog-0.16.1.tar.gz'. To use it add the additional configure
248 In both cases `--with-cloog' configure option should be used i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gccinstall.info 139 Necessary when running `configure' because some `/bin/sh' shells
142 performance problems. This can cause target `configure' runs to
149 `configure'/`make'.
203 library search path, you will have to configure with the
204 `--with-gmp' configure option. See also `--with-gmp-lib' and
211 `http://www.mpfr.org/'. The `--with-mpfr' configure option should
220 `http://www.multiprecision.org/'. The `--with-mpc' configure
231 The `--with-ppl' configure option should be used if PPL is not
244 `cloog-0.16.1.tar.gz'. To use it add the additional configure
248 In both cases `--with-cloog' configure option should be used i
    [all...]
  /external/strace/
ChangeLog-CVS 39 * configure.ac: Reformat AC_CHECK_HEADERS to keep it sorted and
108 * configure.ac: Make it recognize avr32.
121 * configure.ac: Make it recognize cris.
183 * configure.ac: Check for struct sigcontext.
422 * configure.ac: Add bfin to supported architectures.
444 * configure.ac: Accept uclinux hosts as linux.
516 * configure.ac, NEWS: Version 4.5.18.
573 * configure.ac: Add AC_HEADER_STDBOOL.
587 * configure.ac: Version 4.5.17.
732 * configure.ac: Add check for struct sigcontext_struct in <signal.h>
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 2 # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
62 # --enable-ltdl-convenience to the configure arguments. Note that
74 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
117 # --enable-ltdl-install to the configure arguments. Note that
130 dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
166 # If configure.ac declared an installable ltdl, and the user didn't override
366 # interface mainly for the benefit of libltdl's own configure.ac, most
754 echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
758 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
761 echo "configure: failed program was:" >&AS_MESSAGE_LOG_F
    [all...]
  /external/grub/
NEWS 131 * The configure script accepts a new option, `--enable-preset-menu'. You
138 specify the option `--enable-example-kernel' to the configure script.
142 * The configure script now accepts `--disable-auto-linux-mem-opt', which
174 * Serial terminal support is added. The configure script accepts
180 * Only for developers: the configure script accepts
218 * The configure script doesn't accept the option
230 * Diskless support is added. Now configure accepts --enable-diskless,
274 * Now configure accepts the option `--disable-lba-support-bitmap-check'
288 * New options for configure can disable some functions in Stage 2. See
289 the output from `configure --help' for more information
    [all...]

Completed in 677 milliseconds

<<21222324252627282930>>