diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 18:56:05 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 18:56:05 +0000 |
commit | c1cf42412e504a4cf81c27bb6fc7c84b36d9ddb5 (patch) | |
tree | 13179d5b0e8f7fad8051fb815ed7eac56ceeb346 /autoconf | |
parent | 6ab191784048504fb222b108cb4d503a7e9f8838 (diff) | |
download | external_llvm-c1cf42412e504a4cf81c27bb6fc7c84b36d9ddb5.zip external_llvm-c1cf42412e504a4cf81c27bb6fc7c84b36d9ddb5.tar.gz external_llvm-c1cf42412e504a4cf81c27bb6fc7c84b36d9ddb5.tar.bz2 |
Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 9ac840d..ac79097 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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 |