| /bind-9.11.3/util/ |
| H A D | mdnbuildtest.sh | 38 CFLAGS=-I/usr/local/include ./configure --with-iconv='-L/usr/local/lib -liconv' 43 cp configure configure.orig 46 diff -u2 ./configure.orig ./configure > $mdn/patch/bind9/patch.configure 60 ./configure --with-mdn=$mdntmp --with-iconv="-L/usr/local/lib -liconv"
|
| H A D | check-instincludes.sh | 26 test -f ./configure.in || {
|
| H A D | altbuild.sh | 70 sh $srcdir/bind-*/configure --with-libtool \ 81 sh configure --with-libtool --disable-threads --prefix=$instdir
|
| H A D | kit.sh | 158 chmod +x configure install-sh mkinstalldirs bin/tests/system/ifconfig.sh 160 if test -f lib/bind/configure 162 chmod +x lib/bind/configure lib/bind/mkinstalldirs
|
| H A D | nt-kit | 82 ./configure
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | travis-build.sh | 37 ./configure
|
| H A D | travis-install-deps.sh | 49 ./configure \
|
| H A D | ltmain.sh | 50 # After configure completes, it has a better idea of some of the 221 # We want to be able to use the functions in this file before configure 2664 # but not from the CC environment variable when configure was run. 5779 need to make LTWRAPPER_OPTION_PREFIX a configure-time option 5780 or a configure.ac-settable value.
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
| H A D | configure | 7 # This configure script is free software; the Free Software Foundation 13 # Any additions from configure.in: 102 # Accept the important Cygnus configure options, so we can diagnose typos. 133 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 142 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 168 Usage: configure [options] [host] 175 --version print the version of autoconf that created configure 195 --srcdir=DIR find the sources in DIR [configure dir or ..] 203 --build=BUILD configure for building on BUILD [BUILD=HOST] 204 --host=HOST configure fo [all...] |
| H A D | ltconfig | 261 --cache-file=FILE configure cache file 450 # Transform linux* to *-*-linux-gnu*, to support old configure scripts. 2159 # configure.in, otherwise build static only libraries. 3063 # This file is a shell script that caches the results of configure 3064 # tests run on this system so they can be shared between configure 3065 # scripts and configure runs. It is not useful on other systems. 3068 # By default, configure uses ./config.cache as the cache file, 3069 # creating it if it does not exist already. You can give configure 3071 # what configure does when it calls configure script [all...] |
| /bind-9.11.3/bin/tests/system/ |
| H A D | runall.sh | 31 I: "bin/tests/system/ifconfig.sh up" as root to configure them.
|
| /bind-9.11.3/bin/tests/ |
| H A D | b9t.mk | 10 # makefile to configure, build and test bind9 41 @( cd $(BDIR)/$(MODULE) && ./configure ) > $(RDIR)/.config 2>&1
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | sdlz.h | 227 * supply a configure method. When supplied, it will be called 229 * to configure writeable zones 289 dns_sdlzconfigure_t configure; member in struct:dns_sdlzmethods
|
| H A D | dlz.h | 169 * optionally supply a configure method. If supplied, this will be 171 * may call configuration functions during the configure call 193 dns_dlzconfigure_t configure; member in struct:dns_dlzmethods 314 * configure() method of a DLZ driver. 322 * call a DLZ drivers configure method, if supplied
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/rpm/ |
| H A D | idnkit.spec | 53 CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
| /bind-9.11.3/lib/dns/ |
| H A D | dlz.c | 413 * during configure() to create a zone that can be updated. The zone 498 * the backend an opportunity to configure parameters related to DLZ. 512 if (impl->methods->configure == NULL) 517 result = impl->methods->configure(impl->driverarg, dlzdb->dbdata,
|
| H A D | sdlz.c | 1752 /* Call SDLZ driver's configure method */ 1753 if (imp->methods->configure != NULL) { 1755 result = imp->methods->configure(view, dlzdb,
|
| /bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
| H A D | configure | 9 # This configure script is free software; the Free Software Foundation 733 # Accept the important Cygnus configure options, so we can diagnose typos. 1215 \`configure' configures this package to adapt to many kinds of systems. 1233 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1274 --build=BUILD configure for building on BUILD [guessed] 1297 Use these variables to override the choices made by `configure' or to help 1346 # Check for guested configure. 1347 if test -f "$ac_srcdir/configure.gnu"; then 1349 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1350 elif test -f "$ac_srcdir/configure"; the [all...] |
| /bind-9.11.3/contrib/perftcpdns/ |
| H A D | configure | 9 # This configure script is free software; the Free Software Foundation 711 # Accept the important Cygnus configure options, so we can diagnose typos. 1184 \`configure' configures this package to adapt to many kinds of systems. 1202 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1256 Use these variables to override the choices made by `configure' or to help 1305 # Check for guested configure. 1306 if test -f "$ac_srcdir/configure.gnu"; then 1308 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1309 elif test -f "$ac_srcdir/configure"; then 1311 $SHELL "$ac_srcdir/configure" [all...] |
| /bind-9.11.3/contrib/queryperf/ |
| H A D | configure | 11 # This configure script is free software; the Free Software Foundation 691 # Accept the important Cygnus configure options, so we can diagnose typos. 1166 \`configure' configures this package to adapt to many kinds of systems. 1184 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1238 Use these variables to override the choices made by `configure' or to help 1287 # Check for guested configure. 1288 if test -f "$ac_srcdir/configure.gnu"; then 1290 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1291 elif test -f "$ac_srcdir/configure"; then 1293 $SHELL "$ac_srcdir/configure" [all...] |
| /bind-9.11.3/unit/atf-src/ |
| H A D | configure | 11 # This configure script is free software; the Free Software Foundation 901 # Accept the important Cygnus configure options, so we can diagnose typos. 1374 \`configure' configures Automated Testing Framework 0.21 to adapt to many kinds of systems. 1392 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1437 --build=BUILD configure for building on BUILD [guessed] 1439 --target=TARGET configure for building compilers for TARGET [HOST] 1510 Use these variables to override the choices made by `configure' or to help 1560 # Check for guested configure. 1561 if test -f "$ac_srcdir/configure.gnu"; then 1563 $SHELL "$ac_srcdir/configure [all...] |
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/ |
| H A D | idnconf.tcl | 3 # idnconf.tcl - configure idn wrapper 939 $bw configure -default active
|
| /bind-9.11.3/ |
| H A D | configure | 19 # This configure script is free software; the Free Software Foundation 1158 # Accept the important Cygnus configure options, so we can diagnose typos. 1631 \`configure' configures BIND 9.11 to adapt to many kinds of systems. 1649 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1692 --build=BUILD configure for building on BUILD [guessed] 1748 --enable-full-report report values of all configure options 1814 --with-make-clean run "make clean" at end of configure [yes|no] 1826 Use these variables to override the choices made by `configure' or to help 1884 # Check for guested configure. 1885 if test -f "$ac_srcdir/configure [all...] |
| H A D | ltmain.sh | 1402 # but not from the CC environment variable when configure was run. 4434 need to make LTWRAPPER_OPTION_PREFIX a configure-time option 4435 or a configure.ac-settable value.
|