Add the configurable configuration files for llvmc.
[oota-llvm.git] / configure
index 7ae7426891da1fb5de27a48ea2dd3f5ef1ada048..1a2ffb435a73ebf4c25e0bd709b5be2c9731d65f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1603,7 +1603,7 @@ done
           ac_config_headers="$ac_config_headers include/llvm/Config/config.h"
 
 
-          ac_config_files="$ac_config_files Makefile.config"
+                                                  ac_config_files="$ac_config_files Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c"
 
           ac_config_headers="$ac_config_headers include/llvm/Support/DataTypes.h"
 
   case "$ac_config_target" in
   # Handling of arguments.
   "Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
+  "tools/llvmc/st" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/st" ;;
+  "tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
+  "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
+  "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
   "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$platform_type" ;;
   "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
   "Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;