summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-22 15:59:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-22 15:59:55 +0000
commitf2722ca33913feb7c0eafe31dc5851a2ab7466fe (patch)
treeb91d0e3c68c3d0fa04506f24386aba18cf2ef21d /autoconf
parent63d3300da1ec6403fbf11f62d6404c7f87bffdba (diff)
downloadllvm-f2722ca33913feb7c0eafe31dc5851a2ab7466fe.tar.gz
llvm-f2722ca33913feb7c0eafe31dc5851a2ab7466fe.tar.bz2
llvm-f2722ca33913feb7c0eafe31dc5851a2ab7466fe.tar.xz
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
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 3 insertions, 0 deletions
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)