diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-12 21:29:24 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-12 21:29:24 +0000 |
commit | e2f0c09e86a25c46b054392b7bac2df2e94c05a3 (patch) | |
tree | 22dd69c4ddad0a81927e1f6a10e7e5ee2c7ef5e2 /docs/Projects.html | |
parent | d68f13bf716faa496767a21140fab558adddc19a (diff) | |
download | external_llvm-e2f0c09e86a25c46b054392b7bac2df2e94c05a3.zip external_llvm-e2f0c09e86a25c46b054392b7bac2df2e94c05a3.tar.gz external_llvm-e2f0c09e86a25c46b054392b7bac2df2e94c05a3.tar.bz2 |
Fix the instructions to work even when PATH does not contain ".".
Thanks to Martin Geisse for pointing this out!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r-- | docs/Projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index a222304..3d83b3c 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -118,7 +118,7 @@ configure script with these commands: <div class="doc_code"> <p><tt>% cd autoconf<br> - % AutoRegen.sh</tt></p> + % ./AutoRegen.sh</tt></p> </div> <p>You must be using Autoconf version 2.59 or later and your aclocal version |