summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-19 08:37:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-19 08:37:50 +0000
commitdde5e387d2b1ae365933212a05010791093c6143 (patch)
treed84a907696e37195b5e893efaf5316620b87162b
parented93e115c8144ed33888febfde8799c82b638cfe (diff)
downloadllvm-dde5e387d2b1ae365933212a05010791093c6143.tar.gz
llvm-dde5e387d2b1ae365933212a05010791093c6143.tar.bz2
llvm-dde5e387d2b1ae365933212a05010791093c6143.tar.xz
For PR514: Do not configure removed files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22139 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 165a59a9e9..7a4832415c 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -620,9 +620,6 @@ AC_CONFIG_HEADERS([include/llvm/ADT/iterator])
dnl Configure the makefile's configuration data
AC_CONFIG_FILES([Makefile.config])
-dnl Configure llvmc's configuration files
-AC_CONFIG_FILES([tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c])
-
dnl Configure doxygen's configuration file
AC_CONFIG_FILES([docs/doxygen.cfg])