[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Tue Aug 15 17:45:52 PDT 2006
Changes in directory llvm/autoconf:
configure.ac updated: 1.243 -> 1.244
---
Log message:
Add llvm.spec to the list of files to be configured.
Remove the search for etags. Nothing in LLVM uses it any more.
---
Diffs of the changes: (+3 -1)
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.243 llvm/autoconf/configure.ac:1.244
--- llvm/autoconf/configure.ac:1.243 Fri Aug 4 13:18:08 2006
+++ llvm/autoconf/configure.ac Tue Aug 15 19:45:38 2006
@@ -464,7 +464,6 @@
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 @@
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])
More information about the llvm-commits
mailing list