summaryrefslogtreecommitdiffstats
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
commitaff245875b31e820b20e69ca21d337517d423ae8 (patch)
treefee3567d67587eef9fe469c8d302a531d1812ed1
parent0a1de7980857c99236cf1aa9a53942739f4d45bb (diff)
downloadbcm5719-llvm-aff245875b31e820b20e69ca21d337517d423ae8.tar.gz
bcm5719-llvm-aff245875b31e820b20e69ca21d337517d423ae8.zip
Configure llvm-config in tools, not utils.
llvm-svn: 27919
-rw-r--r--llvm/autoconf/configure.ac2
-rwxr-xr-xllvm/configure4
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index f04231de23a..f152bc8b949 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/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}"])
diff --git a/llvm/configure b/llvm/configure
index be9e7b4d4bc..449a7933b6a 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -30831,7 +30831,7 @@ _ACEOF
ac_config_files="$ac_config_files docs/doxygen.cfg"
- ac_config_files="$ac_config_files utils/llvm-config/llvm-config.in"
+ ac_config_files="$ac_config_files tools/llvm-config/llvm-config.in"
ac_config_commands="$ac_config_commands setup"
@@ -31418,7 +31418,7 @@ do
# Handling of arguments.
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
"docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
- "utils/llvm-config/llvm-config.in" ) CONFIG_FILES="$CONFIG_FILES utils/llvm-config/llvm-config.in" ;;
+ "tools/llvm-config/llvm-config.in" ) CONFIG_FILES="$CONFIG_FILES tools/llvm-config/llvm-config.in" ;;
"setup" ) CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
"Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
OpenPOWER on IntegriCloud