aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-16 16:14:59 +0000
committerChris Lattner <sabre@nondot.org>2006-03-16 16:14:59 +0000
commit623751fbecb588ef4b1ac3048ebfe064fb73066b (patch)
treefa88cf98abc2de5ab1c37ac52100b505f56d9554 /docs
parent9a7ce7a09f0f52c4c81ce8fabcf14a86212a71ae (diff)
downloadexternal_llvm-623751fbecb588ef4b1ac3048ebfe064fb73066b.zip
external_llvm-623751fbecb588ef4b1ac3048ebfe064fb73066b.tar.gz
external_llvm-623751fbecb588ef4b1ac3048ebfe064fb73066b.tar.bz2
Fix a typo Eric van Riet Paap noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Projects.html b/docs/Projects.html
index 76a96f0..afa33ee 100644
--- a/docs/Projects.html
+++ b/docs/Projects.html
@@ -100,7 +100,7 @@ then you need to edit <tt>autoconf/configure.ac</tt> as follows:
<ul>
<li><b>AC_INIT</b>. Place the name of your project, its version number and
a contact email address for your project as the arguments to this macro</li>
- <li><b>AC_CONFIG_AUC_DIR</b>. If your project isn't in the
+ <li><b>AC_CONFIG_AUX_DIR</b>. If your project isn't in the
<tt>llvm/projects</tt> directory then you might need to adjust this so that
it specifies a relative path to the <tt>llvm/autoconf</tt> directory.</li>
<li><b>LLVM_CONFIG_PROJECT</b>. Just leave this alone.</li>