aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-20 22:15:30 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-20 22:15:30 +0000
commite198afc3a849a8c5e635966242d4b22fb81fd627 (patch)
tree7eafec537f2ee26e1de5d27f1e71015a0a5c3fb7 /autoconf
parentca40bb95b18bcd74adeeb5b47241321d52afd15a (diff)
downloadexternal_llvm-e198afc3a849a8c5e635966242d4b22fb81fd627.zip
external_llvm-e198afc3a849a8c5e635966242d4b22fb81fd627.tar.gz
external_llvm-e198afc3a849a8c5e635966242d4b22fb81fd627.tar.bz2
Configure llvm-config in tools, not utils.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f04231d..f152bc8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -700,7 +700,7 @@ 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])
+AC_CONFIG_FILES([tools/llvm-config/llvm-config.in])
dnl Do special configuration of Makefiles
AC_CONFIG_COMMANDS([setup],,[llvm_src="${srcdir}"])