From: Brian Gaeke Date: Mon, 23 Feb 2004 18:16:08 +0000 (+0000) Subject: Add include/Support/iterator as an AC_OUTPUT file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81d407d503e7f1b950a017064fe31254c3cbb04e;p=oota-llvm.git 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 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index acf402e8fed..9ac840dcee8 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