Home
last modified time | relevance | path

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

123456789

/dragonfly/contrib/cryptsetup/
H A DINSTALL19 debugging `configure').
34 The file `configure.ac' (or `configure.in') is used to create
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
45 `configure' itself.
71 the `configure' script does not know about. Run `./configure --help'
78 ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
90 the `configure' script. `configure' automatically checks for the
187 ./configure CC=/usr/local2/bin/gcc
192 `configure' Invocation
[all …]
H A DChangeLog95 * Clean up Makefiles and configure script.
179 * Add missing AM_PROG_CC_C_O to configure.in
231 * configure.in (AC_OUTPUT): Add m4/Makefile.
240 * configure.in: 1.0.4 release
293 * configure.in: 1.0.4-rc2
335 * configure.in: Release 1.0.3.
363 * configure.in: 1.0.3-rc2
373 * configure.in: Spin 1.0.3-rc1
465 * configure.in: Version bump 1.0.1
478 * configure.in: Version bump 1.0.1-pre
[all …]
H A DREADME.DELETED7 configure
8 configure.in
/dragonfly/contrib/bmake/mk/
H A Dautoconf.mk18 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure
42 CC="${CC} ${CCMODE}" ${.CURDIR}/configure --no-create ${CONFIGURE_ARGS}
53 .if make(autoconf-in) || make(configure) || make(config.h.in) || ${AUTO_AUTOCONF:Uno:tl} == "yes"
62 .PRECIOUS: configure config.h.in config.status
75 config.h.in: .NOTMAIN ${.CURDIR}/configure.in ${ACCONFIG}
78 configure: .NOTMAIN ${.CURDIR}/configure.in ${ACLOCAL}
81 AUTOCONF_INPUTS += configure
/dragonfly/contrib/binutils-2.34/
H A DREADME11 It is now possible to automatically configure and build a variety of
13 run the ``configure'' script here, e.g.:
15 ./configure
22 (If the configure script can't determine your type of computer, give it
23 the name as an argument, for instance ``./configure sun4''. You can
29 explicitly set CC in the environment before running configure, and to
32 CC=gcc ./configure
38 ./configure
/dragonfly/contrib/binutils-2.27/
H A DREADME11 It is now possible to automatically configure and build a variety of
13 run the ``configure'' script here, e.g.:
15 ./configure
22 (If the configure script can't determine your type of computer, give it
23 the name as an argument, for instance ``./configure sun4''. You can
29 explicitly set CC in the environment before running configure, and to
32 CC=gcc ./configure
38 ./configure
/dragonfly/contrib/gdb-7/
H A DREADME11 It is now possible to automatically configure and build a variety of
13 run the ``configure'' script here, e.g.:
15 ./configure
22 (If the configure script can't determine your type of computer, give it
23 the name as an argument, for instance ``./configure sun4''. You can
29 explicitly set CC in the environment before running configure, and to
32 CC=gcc ./configure
38 ./configure
/dragonfly/contrib/gdb-7/gdb/
H A DREADME40 ./configure
62 argument, e.g., `./configure sun4' or `./configure decstation'.
64 Make sure that your 'configure' line ends in 'gdb-VERSION/configure':
211 The simplest way to configure and build GDB is to run `configure'
215 not already in it; then run `configure'.
220 ./configure
232 sh configure
271 ../gdb-VERSION/configure
338 `configure' options
344 for a full explanation of `configure'.
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A DREADME43 The specifications used for hosts and targets in the `configure'
54 The `configure' script accompanying GAS does not provide any query
56 `configure' calls the Bourne shell script `config.sub' to map
66 `configure' options
69 Here is a summary of the `configure' options and arguments that are
73 configure [--help]
85 Print a summary of the options to `configure', and exit.
93 `configure' can determine that directory automatically.
97 configure script can figure this out automatically.
112 configure itself differently from the default for the specified
[all …]
/dragonfly/contrib/lvm2/dist/
H A DINSTALL6 Run the 'configure' script from the top directory.
9 ./configure --with-lvm1=none
12 ./configure --with-lvm1=shared
14 Use ./configure --help to see other options.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dconfigfiles.texi7 @subsubsection Files Created by @code{configure}
9 Here we spell out what files will be set up by @file{configure} in the
23 determined by @file{configure}. If the host machine is different from
31 passed to @file{configure} to configure GCC, and of the thread model
42 using @file{mkconfig.sh}, rather than directly by @file{configure}.
48 @file{configure}. The other configuration headers are determined by
H A Dconfigterms.texi7 @cindex configure terms
10 The configure and build process has a long and colorful history, and can
19 (@dfn{target}). When you configure GCC, you specify these with
23 @command{configure} may (and once did) assume that the host you specify
52 building a compiler, you're building libraries). The configure/make
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DMakefile.in95 config.status: $(srcdir)/configure
98 $(srcdir)/configure: @MAINT@ $(srcdir)/aclocal.m4
106 $(srcdir)/configure.ac
118 $(srcdir)/config.in: @MAINT@ $(srcdir)/configure
162 configure.lineno configure.status.lineno Makefile localedir.h \
168 -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4
/dragonfly/contrib/zlib-1.2/
H A DChangeLog103 - Fix configure for Sun shell
193 - Add the generation of configure.log by ./configure
319 - Set sharedlibdir in configure [Torok]
330 - Fix configure incompatibility with NetBSD sh
358 - Symbolize nm as $NM in configure [Weigelt]
426 - Delete zconf.h (made by configure) [Weigelt]
523 - Fix test -z's in configure [Marquess]
1187 - fix configure for Linux (Chun-Chung Chen)
1319 - added -ansi for IRIX in configure
1322 - fix configure for QNX
[all …]
/dragonfly/contrib/gcc-4.7/
H A DREADME.DELETED19 configure
20 configure.ac
314 gcc/configure
315 gcc/configure.ac
386 libcpp/configure
387 libcpp/configure.ac
522 libgcc/configure
523 libgcc/configure.ac
541 libgomp/configure
634 libobjc/configure
[all …]
/dragonfly/contrib/expat/
H A DREADME.DELETED10 configure
11 configure.ac
12 configure.in
/dragonfly/contrib/dialog/
H A DCHANGES36 + updated configure macros.
160 + improve configure macros:
168 + improve configure macros:
211 + updated configure-macros.
218 + updated configure-macros.
504 + update configure macros:
568 + update configure-script macros:
937 + updated configure macros:
1458 + fixes for configure script:
1933 + updated configure script macros:
[all …]
H A DREADME.DELETED5 configure
6 configure.in
/dragonfly/share/examples/ppp/
H A Dlogin-auth52 .l.prompt configure -state disabled;
56 .l.value configure -state disabled;
63 .p.prompt configure -state disabled;
H A Dchap-auth55 .$n.prompt configure -state disabled;
67 .$n.value configure -state normal -takefocus 0;
70 .$n.value configure -state disabled;
/dragonfly/contrib/binutils-2.27/binutils/
H A DREADME38 ./configure [options]
43 This will configure and build all the libraries as well as the
50 ../binutils-XXX/configure [options]
58 configure option to specify a different target, eg:
60 ./configure --target=foo-elf
66 ./configure --enable-targets=sun3,rs6000-aix,decstation
70 ./configure --enable-targets=all
75 ./configure --enable-64-bit-bfd --enable-targets=all
96 ../binutils-XXX/configure LDFLAGS="--static" [more options]
115 ../binutils-XXX/configure --disable-nls
[all …]
/dragonfly/test/x86_64/
H A Dqemu.patch16 diff --git a/configure b/configure
18 --- a/configure
19 +++ b/configure
/dragonfly/contrib/tnftp/
H A DREADME.DELETED8 configure
9 configure.ac
/dragonfly/contrib/byacc/
H A DREADME.DELETED14 configure
15 configure.in
/dragonfly/contrib/mpc/
H A DREADME.DELETED13 configure
14 configure.ac

123456789