[llvm-commits] CVS: llvm/docs/Projects.html

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 16 08:15:11 PST 2006



Changes in directory llvm/docs:

Projects.html updated: 1.20 -> 1.21
---
Log message:

Fix a typo Eric van Riet Paap noticed


---
Diffs of the changes:  (+2 -2)

 Projects.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.20 llvm/docs/Projects.html:1.21
--- llvm/docs/Projects.html:1.20	Mon Mar 13 23:39:39 2006
+++ llvm/docs/Projects.html	Thu Mar 16 10:14:59 2006
@@ -100,7 +100,7 @@
   <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>
@@ -453,7 +453,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2006/03/14 05:39:39 $
+  Last modified: $Date: 2006/03/16 16:14:59 $
 </address>
 
 </body>






More information about the llvm-commits mailing list