[llvm-commits] CVS: llvm/autoconf/configure.ac

Reid Spencer reid at x10sys.com
Tue Nov 23 15:48:56 PST 2004



Changes in directory llvm/autoconf:

configure.ac updated: 1.129 -> 1.130
---
Log message:

Add the configurable configuration files for llvmc.


---
Diffs of the changes:  (+2 -1)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.129 llvm/autoconf/configure.ac:1.130
--- llvm/autoconf/configure.ac:1.129	Thu Nov 18 03:47:37 2004
+++ llvm/autoconf/configure.ac	Tue Nov 23 17:48:45 2004
@@ -43,7 +43,8 @@
 AC_CONFIG_HEADERS(include/llvm/Config/config.h)
 
 dnl Configure other output file
-AC_CONFIG_FILES(Makefile.config)
+AC_CONFIG_FILES([Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll 
+                 tools/llvmc/c])
 AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
 AC_CONFIG_HEADERS([include/llvm/ADT/hash_map])
 AC_CONFIG_HEADERS([include/llvm/ADT/hash_set])






More information about the llvm-commits mailing list