| /freebsd/contrib/ntp/ |
| H A D | INSTALL | 8 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 D | CommitLog-4.1.0 | 3 * 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 …]
|
| /freebsd/contrib/less/ |
| H A D | INSTALL | 11 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/bc/manuals/ |
| H A D | build.md | 6 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/file/ |
| H A 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 …]
|
| /freebsd/contrib/bmake/mk/ |
| H A D | autoconf.mk | 13 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/ntp/sntp/m4/ |
| H A D | ntp_cacheversion.m4 | 3 # 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/contrib/tcpdump/ |
| H A D | autogen.sh | 38 <configure.ac >"$CONFIGURE_AC_NEW" 39 cmp -s configure.ac "$CONFIGURE_AC_NEW" || \ 40 cat "$CONFIGURE_AC_NEW" >configure.ac 62 sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' <configure >"$CONFIGURE_NEW" 63 cmp -s configure "$CONFIGURE_NEW" || cat "$CONFIGURE_NEW" >configure
|
| H A D | Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change. 5 ${srcdir}/configure: configure.ac aclocal.m4 10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4 21 config.status: ${srcdir}/configure
|
| /freebsd/contrib/libpcap/ |
| H A D | autogen.sh | 38 <configure.ac >"$CONFIGURE_AC_NEW" 39 cmp -s configure.ac "$CONFIGURE_AC_NEW" || \ 40 cat "$CONFIGURE_AC_NEW" >configure.ac 62 sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' <configure >"$CONFIGURE_NEW" 63 cmp -s configure "$CONFIGURE_NEW" || cat "$CONFIGURE_NEW" >configure
|
| H A D | Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change. 5 ${srcdir}/configure: configure.ac aclocal.m4 10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4 21 config.status: ${srcdir}/configure
|
| /freebsd/contrib/dialog/package/debian/ |
| H A D | rules | 40 configure: configure-stamp target 41 configure-stamp: 49 ./configure \ 63 touch configure-stamp 66 build-stamp: configure-stamp 79 rm -f configure-stamp build-stamp install-stamp
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | dir.mk | 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: 93 .PHONY: pre-patch patch pre-configure configure
|
| /freebsd/contrib/pam-krb5/ci/ |
| H A D | test | 23 ./configure CC=clang PATH_KRB5_CONFIG=/usr/bin/krb5-config.heimdal 25 ./configure CC=clang 32 ./configure CC=gcc PATH_KRB5_CONFIG=/usr/bin/krb5-config.heimdal 34 ./configure CC=gcc
|
| /freebsd/contrib/libxo/doc/ |
| H A D | getting.rst | 69 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 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 127 run the "*configure*" script. Add any required options to the [all …]
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | README | 15 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/contrib/sqlite3/tea/ |
| H A D | README.txt | 4 ./configure ...flags... 8 ./configure --with-tcl=/path/to/tcl/install/root 12 ./configure --with-tclsh=/path/to/tcl/install/root 14 Run ./configure --help for the full list of flags. 19 configure script, not those directly passed to the makefile. 30 ./configure --with-tclsh=$(TCLSH) 81 Building under most UNIX systems is easy, just run the configure 85 $ ./configure --with-tcl=/path/to/tcl/install/root 95 means that you can use the same configure script as per the Unix build 102 the TEA configure.in and Makefile.in files. Instructions for using the
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | confopt.txt | 2 <li class='inline'><a href='confopt.html#server'>server - configure client association</a></li>\ 3 <li class='inline'><a href='confopt.html#peer'>peer - configure symmetric peer association</a></li>\ 4 <li class='inline'><a href='confopt.html#broadcast'>broadcast - configure broadcast server associat… 5 <li class='inline'><a href='confopt.html#manycastclient'>manycastclient - configure manycast client… 6 <li class='inline'><a href='confopt.html#pool'>pool - configure pool association</a></li>\
|
| /freebsd/contrib/lutok/ |
| H A D | INSTALL | 11 $ ./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 81 done using the 'configure' script located on the sources' top 103 The most common, standard flags given to 'configure' are: 116 The following flags are specific to Lutok's 'configure' script: 136 Setting this to 'yes' causes the configure script to look for ATF 138 configure perform the best decision based on availability of ATF. 153 Setting this to 'yes' causes the configure script to look for Doxygen [all …]
|
| /freebsd/contrib/tnftp/ |
| H A D | INSTALL | 14 ./configure 26 tnftp is configured using an `autoconf' generated `configure' 27 script. `configure' supports the following options: 29 * The standard `autoconf configure' options, including: 34 --srcdir=DIR find the sources in DIR [configure dir or ..] 52 env CC="compiler" CFLAGS="flags" LDFLAGS="flags" ./configure
|
| /freebsd/contrib/ncurses/ |
| H A D | Makefile.os2 | 102 config.cache: configure.cmd configure 104 configure.cmd $(CONFIG_OPTS) 106 configure.cmd: configure convert_configure.pl 107 perl convert_configure.pl configure > $@
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | configure.ac | 1 dnl SNTP subpackage configure.ac -*- Autoconf -*- 16 # Bump sntp_configure_cache_version for each change to configure.ac or 17 # .m4 files which invalidates cached values from previous configure 21 # configure.ac, then only its version number should be bumped, while 22 # the subdir configure.ac version numbers should be unchanged. The 27 # If a change affects variables shared by all NTP configure scripts, 38 # When the version of config.cache and configure do not 49 dnl the 'build' machine is where we run configure and compile
|
| /freebsd/sys/contrib/libsodium/dist-build/ |
| H A D | ios.sh | 42 ./configure --host=i686-apple-darwin10 \ 59 ./configure --host=x86_64-apple-darwin10 \ 77 ./configure --host=arm-apple-darwin10 \ 90 ./configure --host=arm-apple-darwin10 \ 103 ./configure --host=arm-apple-darwin10 \
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.septel | 8 2) Configure libcap. To allow the 'configure' script to locate the Septel 11 ./configure --with-septel=DIR 16 By default (if you write only ./configure --with-septel) it takes 19 If the Septel software is correctly detected 'configure' will 24 If 'configure' reports that there is no Septel API, the directory may have been 36 ./configure --with-septel=DIR --with-pcap=septel
|
| /freebsd/tests/sys/geom/class/eli/ |
| H A D | configure_test.sh | 25 atf_check geli configure -B ${md} 29 atf_check geli configure -b ${md} 37 atf_check geli configure -B ${md} 43 atf_check geli configure -b ${md}
|