aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-16 00:45:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-16 00:45:38 +0000
commitea949cfafa266c520010f6e28e0c6e5f4c72fbe3 (patch)
tree028d75cef6594f7447cbd257af3b853a3ac19534 /autoconf
parentf7c75a6832d86885db3af408307c42e7f1a1adac (diff)
downloadexternal_llvm-ea949cfafa266c520010f6e28e0c6e5f4c72fbe3.zip
external_llvm-ea949cfafa266c520010f6e28e0c6e5f4c72fbe3.tar.gz
external_llvm-ea949cfafa266c520010f6e28e0c6e5f4c72fbe3.tar.bz2
Add llvm.spec to the list of files to be configured.
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
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index d4749bb..2d5d640 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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])