diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-24 15:01:59 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-24 15:01:59 +0000 |
commit | 0fa62a3122ee29be7275fd487398e69d71eb955a (patch) | |
tree | fc3b17cc8f6fafcfdcf27d90f8255e783858a935 /autoconf | |
parent | 34cb54bea8e0f176f799961472fd68196db32c6b (diff) | |
download | external_llvm-0fa62a3122ee29be7275fd487398e69d71eb955a.zip external_llvm-0fa62a3122ee29be7275fd487398e69d71eb955a.tar.gz external_llvm-0fa62a3122ee29be7275fd487398e69d71eb955a.tar.bz2 |
AutoRegen.sh: update reference to documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rwxr-xr-x | autoconf/AutoRegen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh index 7809667..cbca738 100755 --- a/autoconf/AutoRegen.sh +++ b/autoconf/AutoRegen.sh @@ -13,7 +13,7 @@ clean() { ### These variables specify the tool versions we want to use. ### Periods should be escaped with backslash for use by grep. ### -### If you update these, please also update docs/GettingStarted.html +### If you update these, please also update docs/GettingStarted.rst want_autoconf_version='2\.60' want_autoheader_version=$want_autoconf_version want_aclocal_version='1\.9\.6' |