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

1234567891011>>

/freebsd-10.3-release/contrib/smbfs/
H A Dconfigure3 make configure $*
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/ldns/
H A Dfreebsd-configure.sh3 # $FreeBSD: releng/10.3/contrib/ldns/freebsd-configure.sh 285206 2015-07-06 13:23:27Z des $
14 ./configure --prefix= --exec-prefix=/usr
19 ./configure --prefix= --exec-prefix=/usr
/freebsd-10.3-release/contrib/ofed/libibverbs/debian/
H A Dlibibverbs1.postinst6 if [ "$1" != configure ]; then
/freebsd-10.3-release/contrib/amd/
H A Dbootstrap52 # produce new configure.in (temp) script
58 autoconf configure.in > configure.new 2> ${LOG}
69 # now prepare the real configure script
70 test -f configure && mv -f configure configure.old
71 mv -f configure.new configure
72 chmod a+rx configure
[all...]
/freebsd-10.3-release/contrib/ofed/management/
H A DMakefile8 if [ ! -z "$(force)" -o ! -x $(dir)/configure ] ; then \
9 ( cd $(dir) && ./autogen.sh && ./configure $(CONFIG_OPTS) ) \
12 ( cd $(dir) && ./configure $(CONFIG_OPTS) ) \
H A Dmake.dist77 VERSION=`grep "AC_INIT.*$target" $target/configure.in | cut -f 2 -d ',' | sed -e 's/ //g'`
129 cat $target/configure.in \
131 > configure.in.new
132 diff $target/configure.in configure.in.new > /dev/null \
133 || cat configure.in.new > $target/configure.in
140 cd $target && ./autogen.sh && ./configure &&
143 git checkout $target/configure.in
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/sys/ia64/ia64/
H A Dautoconf.c45 static void configure(void *);
50 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
70 configure(void *dummy) function
/freebsd-10.3-release/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-10.3-release/contrib/bmake/mk/
H A Dautoconf.mk31 config.recheck: config.h.in ${.CURDIR}/configure
35 config.gen: config.h.in ${.CURDIR}/configure
36 CC="${CC} ${CCMODE}" ${.CURDIR}/configure --no-create ${CONFIGURE_ARGS}
46 .if make(autoconf-in) || make(configure) || make(config.h.in) || ${AUTO_AUTOCONF:Uno:tl} == "yes"
55 .PRECIOUS: configure config.h.in config.status
68 config.h.in: ${.CURDIR}/configure.in ${ACCONFIG}
71 configure: ${.CURDIR}/configure.in ${ACLOCAL}
74 AUTOCONF_INPUTS += configure
/freebsd-10.3-release/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-10.3-release/contrib/subversion/
H A Dautogen.sh208 # If we have an existing configure script, save a copy for comparison.
209 if [ -f config.cache ] && [ -f configure ]; then
210 cp configure configure.$$.tmp
213 # Produce ./configure
214 echo "Creating configure..."
217 # If we have a config.cache file, toss it if the configure script has
221 [ -f configure.$$.tmp ] && cmp configure configure
[all...]
/freebsd-10.3-release/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-10.3-release/tools/regression/geom_eli/
H A Dconfigure-b-B.t2 # $FreeBSD: releng/10.3/tools/regression/geom_eli/configure-b-B.t 182452 2008-08-29 18:10:18Z pjd $
39 geli configure -B md${no}
53 geli configure -b md${no}
81 geli configure -B md${no}
102 geli configure -b md${no}
/freebsd-10.3-release/crypto/openssh/
H A Dfreebsd-configure.sh3 # $FreeBSD: releng/10.3/crypto/openssh/freebsd-configure.sh 294666 2016-01-24 15:44:57Z des $
19 # make sure configure uses the correct compiler
24 # regenerate configure and config.h.in
33 sh configure $configure_args --with-kerberos5
38 sh configure $configure_args --without-kerberos5
/freebsd-10.3-release/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-10.3-release/sys/amd64/amd64/
H A Dautoconf.c77 static void configure(void *);
82 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
99 configure(dummy) function
/freebsd-10.3-release/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...]

Completed in 248 milliseconds

1234567891011>>