summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-24 15:01:59 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-24 15:01:59 +0000
commit0fa62a3122ee29be7275fd487398e69d71eb955a (patch)
treefc3b17cc8f6fafcfdcf27d90f8255e783858a935 /autoconf
parent34cb54bea8e0f176f799961472fd68196db32c6b (diff)
downloadllvm-0fa62a3122ee29be7275fd487398e69d71eb955a.tar.gz
llvm-0fa62a3122ee29be7275fd487398e69d71eb955a.tar.bz2
llvm-0fa62a3122ee29be7275fd487398e69d71eb955a.tar.xz
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-xautoconf/AutoRegen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh
index 7809667ac5..cbca7387a8 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'