Lines Matching refs:builddir
13 # there. We provide an option --disable-builddir to suppress the move into
14 # a separate builddir.
24 # toplevel builddir Makefile. It just copies the variables and
41 # like '#### $host |$builddir' to recognize the place where to recurse
48 # tarball from the builddir to the sourcedir (or $(PUB)) for reason of
93 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
94 [--disable-builddir],[disable automatic build in subdir of sources])
111 AC_MSG_RESULT([continue configure in default builddir "./$SUB"])
113 AC_MSG_ERROR([could not change to default builddir "./$SUB"])
122 …AC_MSG_RESULT(....exec $SHELL $srcdir/[$]0 "--srcdir=$srcdir" "--enable-builddir=$SUB" ${1+"[$]@"})
125 eval $SHELL "'[$]0'" "'--srcdir=$srcdir'" "'--enable-builddir=$SUB'" $ac_configure_args ;;
126 …*) eval $SHELL "'$srcdir/[$]0'" "'--srcdir=$srcdir'" "'--enable-builddir=$SUB'" $ac_configure_args…