Lines Matching full:configure
47 dnl Begin LLVM configure.ac Import
50 dnl Derived from LLVM's configure.ac. This was imported directly here so that we
60 dnl Configure all of the projects present in our source tree. While we could
62 dnl configure script, that usage of the AC_CONFIG_SUBDIRS macro is deprecated.
68 dnl We want to configure those projects first so that their object trees are
69 dnl created before running the configure scripts of projects that depend upon
86 dnl Check if polly is checked out into tools/polly and configure it if
105 dnl Determine the platform type and cache its value. This helps us configure
266 dnl Make sure we aren't attempting to configure for an unknown system
268 AC_MSG_ERROR([Operating system is unknown, configure can't continue])
272 dnl makefile can configure itself to specific build hosts
297 dnl Determine what our target architecture is and configure accordingly.
366 dnl=== SECTION 3: Command line arguments for the configure script.
730 dnl Allow the ocaml libdir to be overridden. This could go in a configure
731 dnl script for bindings/ocaml/configure, except that its auto value depends on
1046 AC_MSG_ERROR([libffi not found - configure without --enable-libffi to compile without it]))
1261 dnl Make sure we aren't attempting to configure for an unknown system
1398 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamlc not found. Try configure OCAMLC=/path/to/ocamlc])
1402 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamldep not found. Try configure OCAMLDEP=/path/to/ocamldep])
1406 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT=/path/to/ocamlopt])
1426 AC_MSG_ERROR([Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings.])
1455 dnl End LLVM configure.ac Import
1458 dnl Configure a common Makefile
1462 dnl Configure project makefiles