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

John Criswell criswell at cs.uiuc.edu
Fri Sep 24 11:28:09 PDT 2004



Changes in directory llvm/autoconf:

configure.ac updated: 1.116 -> 1.117
---
Log message:

Modified hash_map and hash_set configuration so that they are not
regenerated on every run of configure.



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

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.116 llvm/autoconf/configure.ac:1.117
--- llvm/autoconf/configure.ac:1.116	Fri Sep 24 08:28:51 2004
+++ llvm/autoconf/configure.ac	Fri Sep 24 13:27:56 2004
@@ -44,10 +44,10 @@
 dnl Configure other output file
 AC_CONFIG_FILES(Makefile.config
  include/llvm/Support/ThreadSupport.h
- include/llvm/ADT/hash_map
- include/llvm/ADT/hash_set
  include/llvm/ADT/iterator)
 AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
+AC_CONFIG_HEADERS([include/llvm/ADT/hash_map])
+AC_CONFIG_HEADERS([include/llvm/ADT/hash_set])
 
 dnl Do special configuration of Makefiles
 AC_CONFIG_MAKEFILE(Makefile)






More information about the llvm-commits mailing list