Add llvm.spec to the list of files to be configured.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 16 Aug 2006 00:45:38 +0000 (00:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 16 Aug 2006 00:45:38 +0000 (00:45 +0000)
Remove the search for etags. Nothing in LLVM uses it any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29718 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index d4749bb95e915421b3040f16e789ab156ed71abc..2d5d6404e63ef637cdac564a289ccb2b75f7bbef 100644 (file)
@@ -464,7 +464,6 @@ dnl nothing. This just lets the build output show that we could have done
 dnl something if the tool was available. 
 AC_PATH_PROG(BZIP2,[bzip2],[echo "Skipped: bzip2 not found"])
 AC_PATH_PROG(DOXYGEN,[doxygen],[echo "Skipped: doxygen not found"])
-AC_PATH_PROG(ETAGS,[etags],[echo "Skipped: etags not found"])
 AC_PATH_PROG(GROFF,[groff],[echo "Skipped: groff not found"])
 AC_PATH_PROG(GZIP,[gzip],[echo "Skipped: gzip not found"])
 AC_PATH_PROG(POD2HTML,[pod2html],[echo "Skipped: pod2html not found"])
@@ -784,6 +783,9 @@ AC_CONFIG_HEADERS([include/llvm/ADT/iterator])
 dnl Configure the makefile's configuration data
 AC_CONFIG_FILES([Makefile.config])
 
+dnl Configure the RPM spec file for LLVM
+AC_CONFIG_FILES([llvm.spec])
+
 dnl Configure doxygen's configuration file
 AC_CONFIG_FILES([docs/doxygen.cfg])
 
index 85cb5a2729218138a03cb62e2c993f23ef53a4f2..a055c74f0759ee1b05e1a322cf75aa1df86c626f 100755 (executable)
--- a/configure
+++ b/configure
@@ -33336,6 +33336,9 @@ ac_config_headers="$ac_config_headers include/llvm/ADT/iterator"
 ac_config_files="$ac_config_files Makefile.config"
 
 
+ac_config_files="$ac_config_files llvm.spec"
+
+
 ac_config_files="$ac_config_files docs/doxygen.cfg"
 
 
@@ -33944,6 +33947,7 @@ do
     "include/llvm/ADT/hash_set") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/hash_set" ;;
     "include/llvm/ADT/iterator") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/ADT/iterator" ;;
     "Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
+    "llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;;
     "docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
     "tools/llvm-config/llvm-config.in") CONFIG_FILES="$CONFIG_FILES tools/llvm-config/llvm-config.in" ;;
     "setup") CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;