Searched refs:configure (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/smbfs/
H A Dconfigure3 make configure $*
/freebsd-11-stable/contrib/gperf/
H A DMakefile.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
[all...]
/freebsd-11-stable/contrib/groff/
H A DMakefile.init24 $(SHELL) configure
H A DMakefile24 $(SHELL) configure
H A DMakefile.sub15 distfiles: configure
17 $(scrdir)/configure: configure.ac aclocal.m4
20 config.status: configure
25 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
/freebsd-11-stable/sys/riscv/riscv/
H A Dautoconf.c54 static void configure(void *);
59 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
75 configure(void *dummy) function
/freebsd-11-stable/contrib/byacc/package/debian/
H A Drules9 # These are used for cross-compiling and for saving the configure script
26 configure: configure-stamp
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/dialog/package/debian/
H A Drules9 # These are used for cross-compiling and for saving the configure script
26 configure: configure-stamp
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/sys/arm/arm/
H A Dautoconf.c64 static void configure (void *);
69 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
87 configure(void *dummy) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dautoconf.c49 static void configure(void *);
54 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
69 configure(void *dummy) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c46 static void configure(void *);
51 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
66 configure(void *dummy) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dautoconf.c52 static void configure(void *);
57 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
73 configure(void *dummy) function
/freebsd-11-stable/contrib/ldns/
H A Dfreebsd-configure.sh3 # $FreeBSD: stable/11/contrib/ldns/freebsd-configure.sh 356345 2020-01-04 01:09:33Z cy $
27 ./configure --prefix= --exec-prefix=/usr
30 ./configure --prefix= --exec-prefix=/usr
/freebsd-11-stable/contrib/bmake/mk/
H A Dautoconf.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/binutils/etc/
H A DMakefile.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
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh209 # If we have an existing configure script, save a copy for comparison.
210 if [ -f config.cache ] && [ -f configure ]; then
211 cp configure configure.$$.tmp
214 # Produce ./configure
215 echo "Creating configure..."
218 # If we have a config.cache file, toss it if the configure script has
222 [ -f configure.$$.tmp ] && cmp configure configure
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.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
[all...]
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dconfigure_test.sh8 atf_set "descr" "geli configure -b will set the BOOT flag"
26 atf_check geli configure -B ${md}
30 atf_check geli configure -b ${md}
38 atf_check geli configure -B ${md}
44 atf_check geli configure -b ${md}
/freebsd-11-stable/crypto/openssh/
H A Dfreebsd-configure.sh3 # $FreeBSD: stable/11/crypto/openssh/freebsd-configure.sh 356345 2020-01-04 01:09:33Z cy $
32 sh configure $configure_args --with-kerberos5=/usr
37 sh configure $configure_args --without-kerberos5
/freebsd-11-stable/sys/mips/mips/
H A Dautoconf.c71 static void configure(void *);
76 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
93 configure(dummy) function
/freebsd-11-stable/contrib/opie/
H A Dconfigure7 # This configure script is free software; the Free Software Foundation
13 # Any additions from configure.in:
98 # Accept the important Cygnus configure options, so we can diagnose typos.
129 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
138 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
164 Usage: configure [options] [host]
171 --version print the version of autoconf that created configure
191 --srcdir=DIR find the sources in DIR [configure dir or ..]
199 --build=BUILD configure for building on BUILD [BUILD=HOST]
200 --host=HOST configure fo
[all...]
/freebsd-11-stable/share/examples/ppp/
H A Dlogin-auth51 .l.prompt configure -state disabled;
55 .l.value configure -state disabled;
62 .p.prompt configure -state disabled;
/freebsd-11-stable/contrib/ncurses/
H A DMakefile.os257 # generate the EMX-specific configure script (see README.emx), and run the
58 # configure script to generate the makefiles. Then, run
101 config.cache: configure.cmd configure
103 configure.cmd $(CONFIG_OPTS)
105 configure.cmd: configure convert_configure.pl
106 perl convert_configure.pl configure > $@
242 # FIXME: this assumes that we can rerun the configure script, changing only
248 ./configure
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dautoconf.c80 static void configure(void *);
85 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
101 configure(void *dummy) function
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc_locl.h78 configure(krb5_context context, int argc, char **argv);

Completed in 276 milliseconds

1234567891011>>