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

1234567891011

/freebsd-13-stable/contrib/smbfs/
H A Dconfigure3 make configure $*
/freebsd-13-stable/contrib/pjdfstest/travis/
H A Dbuild.sh7 ./configure
/freebsd-13-stable/contrib/googletest/ci/
H A Dbuild-linux-autotools.sh42 ../configure
/freebsd-13-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-13-stable/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
[all...]
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dautoconf.c51 static void configure(void *);
56 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
71 configure(void *dummy) function
/freebsd-13-stable/sys/arm/arm/
H A Dautoconf.c66 static void configure (void *);
71 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
88 configure(void *dummy) function
/freebsd-13-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-13-stable/contrib/ldns/
H A Dfreebsd-configure.sh27 ./configure --prefix= --exec-prefix=/usr
30 ./configure --prefix= --exec-prefix=/usr
/freebsd-13-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-13-stable/contrib/dialog/package/debian/
H A Drules9 # These are used for cross-compiling and for saving the configure script
30 configure: configure-stamp
31 configure-stamp:
39 ./configure \
53 touch configure-stamp
56 build-stamp: configure-stamp
69 rm -f configure-stamp build-stamp install-stamp
/freebsd-13-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-13-stable/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
H A Dmsys2-win64.sh13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
H A Dios.sh42 ./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 \
H A Dandroid-build.sh16 if [ ! -f ./configure ]; then
17 echo "Can't find ./configure. Wrong directory or haven't run autogen.sh?" >&2
54 ./configure \
70 ./configure \
/freebsd-13-stable/crypto/openssh/
H A Dfreebsd-configure.sh32 sh configure $configure_args --with-kerberos5=/usr
37 sh configure $configure_args --without-kerberos5
/freebsd-13-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-13-stable/contrib/kyua/admin/
H A Dtravis-build.sh42 ./configure --with-doxygen || return 1
48 ./configure || return 1
84 ../configure || return 1
H A Dclean-all.sh37 if [ ! -f configure ]; then
38 echo "${Prog_Name}: configure not found; nothing to clean?" 1>&2
42 [ -f Makefile ] || ./configure
50 rm -f configure
/freebsd-13-stable/sys/mips/mips/
H A Dautoconf.c73 static void configure(void *);
78 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
95 configure(dummy) function
/freebsd-13-stable/sys/x86/x86/
H A Dautoconf.c77 static void configure(void *);
82 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
98 configure(void *dummy) function
/freebsd-13-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-13-stable/contrib/lutok/admin/
H A Dclean-all.sh37 if [ ! -f configure ]; then
38 echo "${Prog_Name}: configure not found; nothing to clean?" 1>&2
42 [ -f Makefile ] || ./configure
50 rm -f configure
/freebsd-13-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;

Completed in 295 milliseconds

1234567891011