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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16509 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f9772ad..53377e4 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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)