From dde5e387d2b1ae365933212a05010791093c6143 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 19 May 2005 08:37:50 +0000 Subject: [PATCH] For PR514: Do not configure removed files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22139 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 165a59a9e92..7a4832415c8 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])