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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Feb 23 12:58:06 PST 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.74 -> 1.75

---
Log message:

Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.

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

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.74 llvm/autoconf/configure.ac:1.75
--- llvm/autoconf/configure.ac:1.74	Mon Feb 23 12:16:08 2004
+++ llvm/autoconf/configure.ac	Mon Feb 23 12:56:05 2004
@@ -445,7 +445,10 @@
                    [Extension that shared libraries have, e.g., ".so".])
 
 dnl Create the output files
-AC_OUTPUT(Makefile.config include/Support/iterator)
+AC_OUTPUT(Makefile.config
+ include/Support/iterator
+ include/Support/hash_map
+ include/Support/hash_set)
 
 dnl Warn loudly if llvm-gcc was not obviously working
 if test $llvmgccwarn = yes





More information about the llvm-commits mailing list