Home
last modified time | relevance | path

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

12345678910>>...98

/freebsd/contrib/less/
H A DINSTALL11 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/contrib/ntp/
H A DINSTALL8 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 …]
H A DCommitLog-4.1.03 * configure.in: 4.1.0
21 * configure.in: 4.0.99m-rc3
33 * configure.in (rt library check): Don't look for -lrt under
51 * configure.in: 4.0.99m-rc2
61 * configure.in: 4.0.99m-rc1b
77 * configure.in: 4.0.99m-rc1a
90 * configure.in: 4.0.99m-rc1
111 * configure.in: 4.0.99k40
136 * configure.in (ac_cv_func_ctty_for_f_setown): BSDI3 needs a ctty
147 * configure.in: 4.0.99k39
[all …]
H A Dbuild151 case `$try config.status -nt ../configure 2>&1` in
165 CONFIGURE="../configure"
167 #CONFIGURE="$CONFIGURE --cache-file=../config.cache-$IAM$KEYSUF$CCSUF"
168 CONFIGURE="$CONFIGURE $CONFIG_ARGS"
172 # If config.status is newer than ../configure, and the same
173 # is true for sntp, we do not need to re-run configure.
178 ( "$TEST" config.status -nt ../configure &&
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
182 "$NICEB" -7 $CONFIGURE
/freebsd/contrib/file/
H A DINSTALL15 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/contrib/bc/manuals/
H A Dbuild.md6 To accomplish that, a POSIX-compatible, custom `configure.sh` script is used to
16 [ENVIRONMENT_VARIABLE=<value>...] ./configure.sh [build_options...]
25 ./configure.sh -h
26 ./configure.sh --help
29 ***WARNING***: even though `configure.sh` supports both option types, short and
33 the `configure.sh` script:
91 Out-of-source builds are done by calling `configure.sh` from the directory where
96 call `configure.sh` and `make` like so:
99 ../bc/configure.sh
103 ***WARNING***: The path to `configure.sh` from the build directory must not have
[all …]
/freebsd/contrib/ldns/
H A Dmakewin.sh8 #configure="mingw32-configure"
11 configure="mingw64-configure"
123 version=$(./ldns/configure --version | head -1 | awk '{ print $3 }') || \
130 replace_text "ldns/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
131 replace_text "ldns-nonstatic/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
138 replace_text "ldns/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
139 replace_text "ldns-nonstatic/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
147 if test $configure = "mingw64-configure"; then
152 info "winssl: Configure $sslflags"
156 …RES="${warch}-w64-mingw32-windres" ./Configure --prefix="$sslinstall" $sslflags || error_cleanup "…
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-fipsinstall.1229 Configure the module so that it is strictly FIPS compliant rather
236 Configure the module to not enter an error state if a conditional self test
240 Configure the module to not perform run\-time security checks as described above.
246 Configure the module to enable a run\-time Extended Master Secret (EMS) check
251 Configure the module to not allow short MAC outputs.
255 Configure the module to not allow small keys sizes when using HMAC.
259 Configure the module to not allow small keys sizes when using KMAC.
263 Configure the module to not allow truncated digests to be used with Hash and
267 Configure the module to enforce signature algorithms to use digests that are
274 Configure the module to enable a run\-time digest check when deriving a key by
[all …]
/freebsd/contrib/libxo/doc/
H A Dgetting.rst69 Since these files (depcomp, configure, missing, install-sh, etc) are
73 will be ready and you'll just need to run "configure", but if you
83 To build libxo, you'll need to set up the build, run the "*configure*"
91 ../configure
108 "*autoreconf*" command to generate the "*configure*" script and other
115 Running the "configure" Script
118 Configure (and autoconf in general) provides a means of building
119 software in diverse environments. Our configure script supports
121 environment. Use "`configure --help`" to view these options.
126 To run the configure script, change into the "*build*" directory, and
[all …]
/freebsd/contrib/lutok/
H A DINSTALL.md11 $ ./configure
21 $ ./configure --prefix ~/local
57 system. You will also need to do this if you modify `configure.ac`,
67 the `configure` script will be incomplete and will show confusing syntax
80 #. Configure the sources to adapt to your operating system. This is
81 done using the `configure` script located on the sources' top
102 The most common, standard flags given to `configure` are:
115 The following flags are specific to Lutok's `configure` script:
135 Setting this to "yes" causes the `configure` script to look for ATF
137 `configure` perform the best decision based on availability of ATF.
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_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
109 AC_MSG_NOTICE([[configure script cache version: ]][$2])
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in189 Configure the module so that it is strictly FIPS compliant rather
197 Configure the module to not enter an error state if a conditional self test
202 Configure the module to not perform run-time security checks as described above.
209 Configure the module to enable a run-time Extended Master Secret (EMS) check
215 Configure the module to not allow short MAC outputs.
220 Configure the module to not allow small keys sizes when using HMAC.
225 Configure the module to not allow small keys sizes when using KMAC.
230 Configure the module to not allow truncated digests to be used with Hash and
235 Configure the module to enforce signature algorithms to use digests that are
244 Configure the module to enable a run-time digest check when deriving a key by
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddir.exp10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
36 : pre-configure
38 : configure
/freebsd/contrib/ntp/sntp/libopts/
H A DREADME15 In your bootstrap (pre-configure) script, you can do this:
22 I tend to put my configure auxiliary files in "m4".
32 to your configure.ac file. See LIBOPTS_CHECK: below for details.
82 Adds two command-line options to the generated configure script,
93 This variant of LIBOPTS_CHECK is useful when multiple configure.ac
95 case, only one of the configure.ac files should build libopts and
99 configure.ac
101 configure.ac
106 by both configure.ac files link against the common-tools/libopts
108 configure.ac uses LIBOPTS_CHECK_NOBUILD([common-tools/libopts]),
[all …]
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
80 - `perl Configure VC-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64)
82 - `perl Configure VC-CLANG-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64)
84 - `perl Configure VC-WIN32-HYBRIDCRT` if you want 32-bit OpenSSL dependent
86 - `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent
88 - `perl Configure` to let Configure figure out the platform
93 `perl Configure no-makedepend`
122 `-DOSSL_WINCTX=<string>`to the Configure command line. This define is used
[all …]
H A 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.
53 option to `./Configure`.
82 Use the `no-secure-memory` option when running `Configure`.
127 To configure and compile OpenSSL, you will need to set up a Cygwin environment.
135 This should be set before Configure is run. For the c99 cross-compiler to work
142 An example of a `Configure` command to be run from the OpenSSL directory is:
144 ./Configure nonstop-nsx_64 --with-rand-seed=rdcpu
228 Example Configure Targets
235 ./Configure nonstop-nsx --prefix=${PWD} \
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md32 $ ./configure --reference | less
50 - [auto.def][]: the primary driver for the `./configure` process.
51 When we talk about "the configure script," we're technically
55 bundle's configure script. It is essentially a slightly trimmed-down
82 KEY=VALUE passed to the configure script or (2) the system's
114 Returns 1 if `--FLAG` was explicitly provided to configure,
143 - **`sqlite-configure BUILD-NAME {script}`**\
144 This is where all configure `--flags` are defined for all known
150 `use sqlite-config; sqlite-configure BUILD-NAME {script}`
169 It is important that any TCL files used by the configure process and
[all …]
/freebsd/sys/contrib/zlib/
H A DChangeLog14 - Add --undefined option to ./configure for UBSan checker
22 - Add a test to configure to check for a working compiler
24 - Add --mandir to ./configure to specify manual directory
38 - Add Haiku to configure for proper LDSHARED settings
78 - Add memory sanitizer to configure (--memory)
84 - Fix configure issue that discarded provided CC definition
107 - Add address checking in clang to -w option of configure
153 - Separate out address sanitizing from warnings in configure
155 - Check for cc masquerading as gcc or clang in configure
184 - Add --warn (-w) option to ./configure for more compiler warnings
[all …]
/freebsd/contrib/libpcap/
H A DINSTALL.md2 Libpcap can be built either with the configure script and `make`, or
5 To build libpcap with the configure script and `make`:
9 build the `configure` and `config.h.in` files.
19 * Run `./configure` (a shell script). The configure script will
21 from `Makefile.in`. The configure script has a number of options to
22 control the configuration of libpcap; `./configure --help` will show
39 code directory as does the configure script. The build directory may be
53 An `uninstall` target is supported with both `./configure` and CMake.
62 If configure says:
64 configure: warning: cannot determine packet capture interface
[all …]
H A Dautogen.sh36 CONFIGURE_AC_NEW="configure.ac.new$$"
38 <configure.ac >"$CONFIGURE_AC_NEW"
39 cmp -s configure.ac "$CONFIGURE_AC_NEW" || \
40 cat "$CONFIGURE_AC_NEW" >configure.ac
49 # configure.ac is an Autoconf 2.69 file, but it works as expected even with
61 CONFIGURE_NEW="configure.new$$"
62 sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' <configure >"$CONFIGURE_NEW"
63 cmp -s configure "$CONFIGURE_NEW" || cat "$CONFIGURE_NEW" >configure
/freebsd/contrib/tcpdump/
H A Dautogen.sh36 CONFIGURE_AC_NEW="configure.ac.new$$"
38 <configure.ac >"$CONFIGURE_AC_NEW"
39 cmp -s configure.ac "$CONFIGURE_AC_NEW" || \
40 cat "$CONFIGURE_AC_NEW" >configure.ac
49 # configure.ac is an Autoconf 2.69 file, but it works as expected even with
61 CONFIGURE_NEW="configure.new$$"
62 sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' <configure >"$CONFIGURE_NEW"
63 cmp -s configure "$CONFIGURE_NEW" || cat "$CONFIGURE_NEW" >configure
/freebsd/contrib/kyua/
H A DINSTALL.md11 $ ./configure
21 $ ./configure --prefix ~/local
59 system. You will also need to do this if you modify `configure.ac`,
67 the configure script will be incomplete and will show confusing syntax
80 1. Configure the sources to adapt to your operating system. This is
81 done using the `configure` script located on the sources' top
108 The most common, standard flags given to `configure` are:
130 The following environment variables are specific to Kyua's `configure`
138 stack trace of a crashing test program. If empty, the configure script
182 The following flags are specific to Kyua's `configure` script:
[all …]
/freebsd/contrib/bmake/mk/
H A Dautoconf.mk13 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure
39 CC="${CC} ${CCMODE}" ${.CURDIR}/configure --no-create ${CONFIGURE_ARGS}
50 .if make(autoconf-input) || make(configure) || make(config.h.in) || ${MK_AUTO_AUTOCONF:Uno} == "yes"
59 .PRECIOUS: configure config.h.in config.status
71 .if exists(${.CURDIR}/configure.ac)
72 CONFIGURE_SRC = ${.CURDIR}/configure.ac
74 CONFIGURE_SRC ?= ${.CURDIR}/configure.in
80 configure: .NOTMAIN ${CONFIGURE_SRC} ${ACLOCAL}
83 AUTOCONF_INPUTS += configure
/freebsd/contrib/ncurses/
H A DNEWS104 + update configure macros, improving check for $host_os
113 + modify configure-script and makefiles to make it easier to override
125 + improve configure check for "install".
132 + add configure check for <sys/fsuid.h>, build-fix for flatpacks
141 + disallow configure options which apply only to multiuser systems, to
146 configure script (report/patch by Benno Schulenberg).
160 + improve pattern used for configure --with-xterm-kbs option.
175 + add configure check for Win32 named pipes feature, using that to make
186 + modify configure script cases for $host_os, to accommodate 64-bit
188 + add warning to configure script to address conflict between the
[all …]
H A DINSTALL80 The --prefix option to configure changes the root directory for installing
95 Note that the configure script attempts to locate previous installation of
110 2. Type './configure' in the top-level directory of the distribution to
111 configure ncurses for your operating system and create the Makefiles.
113 the installation; use './configure --help' to list the available options.
119 The 'configure' script generates makefile rules for one or more object
125 This gets left out if you configure with --disable-overwrite.
135 If you configure using the --enable-widec option, a "w" is appended to the
145 If you configure using the --with-pthread option, a "t" is appended to
149 configured. Typing 'configure' with no arguments is equivalent to:
[all …]

12345678910>>...98