summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-23 18:16:08 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-23 18:16:08 +0000
commit81d407d503e7f1b950a017064fe31254c3cbb04e (patch)
tree8902cd8eca82c4067f6de53796d21ea451adf3ce /autoconf/configure.ac
parent008bb70f8aac4fc51549fa0a1510a3c7f7ac11ac (diff)
downloadllvm-81d407d503e7f1b950a017064fe31254c3cbb04e.tar.gz
llvm-81d407d503e7f1b950a017064fe31254c3cbb04e.tar.bz2
llvm-81d407d503e7f1b950a017064fe31254c3cbb04e.tar.xz
Add include/Support/iterator as an AC_OUTPUT file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index acf402e8fe..9ac840dcee 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -445,7 +445,7 @@ AC_DEFINE_UNQUOTED(SHLIBEXT,"$SHLIBEXT",
[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