summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-25 13:18:22 -0400
committerRich Salz <rsalz@openssl.org>2014-09-25 13:18:22 -0400
commit008bef521c94e01cf1155fd313c4560b741e67bb (patch)
treec1afdfcbbc8ffb8e045c2aba55619da34ef3ea20 /Configure
parentfdc35a9d3e8cf4cfd9330d5df9883f42cf5648ad (diff)
RT3544: Must update TABLE after Configure change
Also add comment to Configure reminding people to do that. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 4bbc61fb7a..0bbb477755 100755
--- a/Configure
+++ b/Configure
@@ -3,6 +3,8 @@ eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
##
## Configure -- OpenSSL source tree configuration script
+## If editing this file, run this command before committing
+## make -f Makefile.org TABLE
##
require 5.000;