Home | History | Annotate | Download | only in autoconf

Lines Matching full:autoconf

8 dnl This is the LLVM configuration script. It is processed by the autoconf
12 dnl autoconf input defined in the autoconf documentation. As this file evolves,
32 dnl Initialize autoconf and define the package name, version number and
41 dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
42 dnl use some autoconf macros only available in 2.59.
49 dnl Place all of the extra autoconf files into the config subdirectory. Tell
50 dnl various tools where the m4 autoconf macros are.
51 AC_CONFIG_AUX_DIR([autoconf])
54 dnl NOTE: This relies upon undocumented autoconf behavior.
1351 dnl First, use autoconf provided macros for specific headers that we need
1478 dnl provided by LLVM in the autoconf/m4 directory.