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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Feb 23 12:18:29 PST 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.73 -> 1.74

---
Log message:

Add include/Support/iterator as an AC_OUTPUT file.

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

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





More information about the llvm-commits mailing list