diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-09-27 04:57:35 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-09-27 04:57:35 +0000 |
commit | 147d40d4a2dd01a3559e877ffe01b82d4757855b (patch) | |
tree | 8a12028c2462c7936e5b82fc0fda4d3495c9c26f | |
parent | f32f698919c5457b95e91ba443160736710df3ee (diff) | |
download | bcm5719-llvm-147d40d4a2dd01a3559e877ffe01b82d4757855b.tar.gz bcm5719-llvm-147d40d4a2dd01a3559e877ffe01b82d4757855b.zip |
Leave a pointer to the documentation so that people don't end up change one but
not the other in the future.
llvm-svn: 82887
-rwxr-xr-x | llvm/autoconf/AutoRegen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/autoconf/AutoRegen.sh b/llvm/autoconf/AutoRegen.sh index 07866e6bf29..7809667ac5f 100755 --- a/llvm/autoconf/AutoRegen.sh +++ b/llvm/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' |