[llvm-commits] [llvm] r82887 - /llvm/trunk/autoconf/AutoRegen.sh

Nick Lewycky nicholas at mxc.ca
Sat Sep 26 21:57:35 PDT 2009


Author: nicholas
Date: Sat Sep 26 23:57:35 2009
New Revision: 82887

URL: http://llvm.org/viewvc/llvm-project?rev=82887&view=rev
Log:
Leave a pointer to the documentation so that people don't end up change one but
not the other in the future.

Modified:
    llvm/trunk/autoconf/AutoRegen.sh

Modified: llvm/trunk/autoconf/AutoRegen.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/AutoRegen.sh?rev=82887&r1=82886&r2=82887&view=diff

==============================================================================
--- llvm/trunk/autoconf/AutoRegen.sh (original)
+++ llvm/trunk/autoconf/AutoRegen.sh Sat Sep 26 23:57:35 2009
@@ -12,6 +12,8 @@
 ### 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'





More information about the llvm-commits mailing list