Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-11-stable/contrib/gperf/
HDMakefile.devel9 CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
13 configure : configure.ac aclocal.m4
16 lib/configure : lib/configure.ac aclocal.m4
19 src/configure : src/configure.ac aclocal.m4
22 tests/configure : tests/configure.ac aclocal.m4
25 doc/configure : doc/configure.ac aclocal.m4
31 src/config.h.in : src/configure.ac aclocal.m4
HDINSTALL6 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.ac' is used to create `configure' by a program
23 called `autoconf'. You only need `configure.ac' 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 a while. While running, it prints some
[all …]
/freebsd-11-stable/contrib/binutils/etc/
HDMakefile.in61 INFOFILES = standards.info configure.info
62 DVIFILES = standards.dvi configure.dvi
63 PDFFILES = standards.pdf configure.pdf
64 HTMLFILES = standards.html configure.html
90 if test ! -f configure.info; then cd $(srcdir); fi; \
91 if test -f configure.info; then \
92 for i in configure.info*; do \
116 if test ! -f configure.html; then cd $(srcdir); fi; \
117 if test -f configure.html; then \
118 for i in configure.html*; do \
[all …]
/freebsd-11-stable/contrib/binutils/
HDChangeLog3 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5 * configure: Regenerate.
9 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
11 * configure: Regenerated.
19 * Makefile.def: Add dependency from configure-gdb to all-bfd.
43 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
44 * configure: Rebuilt.
78 (configure-stage[+id+]-[+prefix+][+module+],
93 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
95 * configure: Regenerate.
[all …]
HDMakefile.def152 depend=configure; };
154 depend=configure; };
156 depend=configure; };
158 depend=configure; };
160 depend=configure; };
162 depend=configure;
165 depend=configure;
168 depend=configure;
171 depend=configure; };
282 dependencies = { module=configure-gcc; on=configure-intl; };
[all …]
HDMakefile.in596 .PHONY: configure-host
597 configure-host: \
598 maybe-configure-ash \
599 maybe-configure-autoconf \
600 maybe-configure-automake \
601 maybe-configure-bash \
602 maybe-configure-bfd \
603 maybe-configure-opcodes \
604 maybe-configure-binutils \
605 maybe-configure-bison \
[all …]
HDREADME11 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
/freebsd-11-stable/contrib/ntp/
HDINSTALL8 The `configure' shell script attempts to guess correct values for
16 (useful mainly for debugging `configure').
19 to figure out how `configure' could check whether to do them, and mail
24 The file `configure.in' is used to create `configure' by a program
25 called `autoconf'. You only need `configure.in' if you want to change
26 it or regenerate `configure' using a newer version of `autoconf'.
31 `./configure' to configure the package for your system. If you're
33 `sh ./configure' instead to prevent `csh' from trying to execute
34 `configure' itself.
36 Running `configure' takes a while. While running, it prints some
[all …]
/freebsd-11-stable/contrib/groff/
HDINSTALL.gen15 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 …]
/freebsd-11-stable/contrib/less/
HDINSTALL11 The `configure' shell script attempts to guess correct values for
19 (useful mainly for debugging `configure').
22 to figure out how `configure' could check whether to do them, and mail
27 The file `configure.ac' is used to create `configure' by a program
28 called `autoconf'. You only need `configure.ac' if you want to change
29 it or regenerate `configure' using a newer version of `autoconf'.
34 `./configure' to configure the package for your system. If you're
36 `sh ./configure' instead to prevent `csh' from trying to execute
37 `configure' itself.
39 Running `configure' takes awhile. While running, it prints some
[all …]
/freebsd-11-stable/contrib/sqlite3/
HDINSTALL15 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 …]
/freebsd-11-stable/contrib/amd/
HDINSTALL15 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 …]
/freebsd-11-stable/contrib/file/
HDINSTALL15 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 …]
/freebsd-11-stable/contrib/opie/
HDconfigure164 Usage: configure [options] [host]
810 if { (eval echo configure:811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_…
819 echo "configure: failed program was:" >&5
833 …{ echo "configure: error: installation or configuration problem: C compiler cannot create executab…
836 echo "configure:837: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
841 echo "configure:842: checking whether we are using GNU C" >&5
850 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:851: \"$ac_try\") 1>&5; (eval $ac_try)…
869 echo "configure:870: checking whether ${CC-cc} accepts -g" >&5
922 { (eval echo configure:923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
928 echo "configure: failed program was:" >&5
[all …]
/freebsd-11-stable/contrib/libreadline/
HDCHANGELOG21 configure.in
32 configure.in
38 configure.in
57 configure.in
76 configure.in
140 configure.in
164 - AR and ARFLAGS are now substituted by configure, used in recipes
167 configure.in
194 configure.in
198 - SHOBJ_XLDFLAGS and SHLIB_LIBS are now substituted by configure
[all …]
HDINSTALL9 `./configure' to configure readline for your system. If you're
11 `sh ./configure' instead to prevent `csh' from trying to execute
12 `configure' itself.
14 Running `configure' takes some time. While running, it prints some
30 files that `configure' created (so you can compile readline for
35 The `configure' shell script attempts to guess correct values for
45 debugging `configure').
48 to figure out how `configure' could check whether to do them, and
54 The file `configure.in' is used to create `configure' by a
55 program called `autoconf'. You only need `configure.in' if you
[all …]
/freebsd-11-stable/contrib/bmake/mk/
HDautoconf.mk18 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure
38 CC="${CC} ${CCMODE}" ${.CURDIR}/configure --no-create ${CONFIGURE_ARGS}
48 .if make(autoconf-in) || make(configure) || make(config.h.in) || ${AUTO_AUTOCONF:Uno:tl} == "yes"
57 .PRECIOUS: configure config.h.in config.status
70 config.h.in: ${.CURDIR}/configure.in ${ACCONFIG}
73 configure: ${.CURDIR}/configure.in ${ACLOCAL}
76 AUTOCONF_INPUTS += configure
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDntp_cacheversion.m43 # compare this configure script's cache version stamp with the stamp
8 # Note: use immediately following AC_INIT in configure.ac, as clearing
12 # The top-level configure.ac in a subtree using NTP_CACHEVERSION
59 # Parent configure just created cache from empty,
67 # configure cache version mismatches config.cache version
81 # configure scripts from noticing a version mismatch just
82 # after the top configure in the invocation cleared and
91 # This is not the top configure this particular invocation.
93 # of other configure scripts, so we don't trigger
107 dnl here triggers generation of a syntax error in configure.
[all …]
/freebsd-11-stable/contrib/gcclibs/libssp/
HDChangeLog12 * configure: Regenerate.
17 * configure.ac (AC_EXEEXT): Remove.
21 * aclocal.m4, configure, Makefile.in: Regenerate.
31 * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
36 * configure: Regenerated.
42 * configure.ac: Use -fPIC for symbol versioning test.
43 * configure: Regenerate.
/freebsd-11-stable/contrib/dialog/package/debian/
HDrules26 configure: configure-stamp target
27 configure-stamp:
30 CFLAGS="$(CFLAGS)" ./configure \
43 touch configure-stamp
46 build-stamp: configure-stamp
59 rm -f configure-stamp build-stamp install-stamp
/freebsd-11-stable/contrib/byacc/package/debian/
HDrules26 configure: configure-stamp target
27 configure-stamp:
30 CFLAGS="$(CFLAGS)" ./configure \
38 touch configure-stamp
41 build-stamp: configure-stamp
54 rm -f configure-stamp build-stamp install-stamp \
/freebsd-11-stable/contrib/gdb/gdb/
HDREADME36 COPYING.LIB configure libiberty mkinstalldirs readline
37 Makefile.in configure.in libtool.m4 mmalloc sim
42 config.guess include ltmain.sh mpw-configure
48 ./configure
61 <full path to your sources>/gdb-6.1/configure
68 This will configure and build all the libraries as well as GDB. If
69 `configure' can't determine your system type, specify one as its
70 argument, e.g., `./configure sun4' or `./configure decstation'.
72 Make sure that your 'configure' line ends in 'gdb-6.1/configure':
74 /berman/migchain/source/gdb-6.1/configure # RIGHT
[all …]
/freebsd-11-stable/contrib/subversion/
HDautogen.sh210 if [ -f config.cache ] && [ -f configure ]; then
211 cp configure configure.$$.tmp
222 [ -f configure.$$.tmp ] && cmp configure configure.$$.tmp > /dev/null 2>&1
227 rm -f configure.$$.tmp
/freebsd-11-stable/contrib/binutils/config/
HDconfsubdir.m484 # Do not complain, so a configure script can configure whichever
94 # Check for guested configure; otherwise get Cygnus style configure.
95 if test -f "$ac_srcdir/configure.gnu"; then
96 ac_sub_configure=$ac_srcdir/configure.gnu
97 elif test -f "$ac_srcdir/configure"; then
98 ac_sub_configure=$ac_srcdir/configure
99 elif test -f "$ac_srcdir/configure.in"; then
100 # This should be Cygnus configure.
101 ac_sub_configure=$ac_aux_dir/configure
/freebsd-11-stable/contrib/gdb/
HDREADME11 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

12345678910>>...39