Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Feb 2004 18:56:05 +0000 (18:56 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 23 Feb 2004 18:56:05 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11763 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 9ac840dcee82efdacaf2cd569a7c558ed717ee2a..ac7909703edcb84be3295bf39d9410d73dc589c4 100644 (file)
@@ -445,7 +445,10 @@ AC_DEFINE_UNQUOTED(SHLIBEXT,"$SHLIBEXT",
                    [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