diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-03-16 16:14:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-03-16 16:14:59 +0000 |
| commit | b96bf5625333e6d7b39b335e72b2bc479af179c6 (patch) | |
| tree | be4f53c1bcf838c6561710993b5f666547ae2a3f | |
| parent | 0d42f696a6d9749881f1497925d71cd88e66889c (diff) | |
| download | bcm5719-llvm-b96bf5625333e6d7b39b335e72b2bc479af179c6.tar.gz bcm5719-llvm-b96bf5625333e6d7b39b335e72b2bc479af179c6.zip | |
Fix a typo Eric van Riet Paap noticed
llvm-svn: 26791
| -rw-r--r-- | llvm/docs/Projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index 76a96f05703..afa33eee56a 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |

