summaryrefslogtreecommitdiff
path: root/autoconf/AutoRegen.sh
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-09-27 04:57:35 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-09-27 04:57:35 +0000
commit68cecbde18da8a8fd84e03ef346a308019975f8a (patch)
tree65d8204196c36b8fe0085aa0a1959191cd7c4795 /autoconf/AutoRegen.sh
parent2a0ed090f19c9490e419b7e73a281915dc6398bc (diff)
downloadllvm-68cecbde18da8a8fd84e03ef346a308019975f8a.tar.gz
llvm-68cecbde18da8a8fd84e03ef346a308019975f8a.tar.bz2
llvm-68cecbde18da8a8fd84e03ef346a308019975f8a.tar.xz
Leave a pointer to the documentation so that people don't end up change one but
not the other in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/AutoRegen.sh')
-rwxr-xr-xautoconf/AutoRegen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh
index 07866e6bf2..7809667ac5 100755
--- a/autoconf/AutoRegen.sh
+++ b/autoconf/AutoRegen.sh
@@ -12,6 +12,8 @@ clean() {
### NOTE: ############################################################
### 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
want_autoconf_version='2\.60'
want_autoheader_version=$want_autoconf_version
want_aclocal_version='1\.9\.6'