Configure llvm-config in tools, not utils.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-04-20 22:15:30 +00:00
parent ca40bb95b1
commit e198afc3a8
2 changed files with 3 additions and 3 deletions

View File

@@ -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}"])