Fix a typo Eric van Riet Paap noticed
authorChris Lattner <sabre@nondot.org>
Thu, 16 Mar 2006 16:14:59 +0000 (16:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Mar 2006 16:14:59 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26791 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Projects.html

index 76a96f05703b78401f2626bae93441b5905c2586..afa33eee56a0df003b8420686be5ba8639629d40 100644 (file)
@@ -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>