From f2722ca33913feb7c0eafe31dc5851a2ab7466fe Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Mar 2006 15:59:55 +0000 Subject: These changes are necessary to support the new llvm-config tool. llvm-config is a handy tool for users of LLVM who want to be able to quickly get information about LLVM's configuration. It is intended to be used in the command line of other tools. Documentation will be forthcoming in a subsequent patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26952 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 531f72b1c5..42d38c8dff 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -659,6 +659,9 @@ AC_CONFIG_FILES([Makefile.config]) dnl Configure doxygen's configuration file AC_CONFIG_FILES([docs/doxygen.cfg]) +dnl Do the first stage of configuration for llvm-config.in. +AC_CONFIG_FILES([utils/llvm-config/llvm-config.in]) + dnl Do special configuration of Makefiles AC_CONFIG_COMMANDS([setup],,[llvm_src="${srcdir}"]) AC_CONFIG_MAKEFILE(Makefile) -- cgit v1.2.3