chiark / gitweb /
make-secnet-sites: Fix error handling if caller is in wrong group
[secnet.git] / autogen.sh
index 603c44c67b1ffe7da6b8c1082e3db201aac5ba47..0459fdafddf20659a86efcd8c05366f65a5c4f3d 100755 (executable)
@@ -5,7 +5,7 @@
 #
 # secnet is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version d of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 # 
 # secnet is distributed in the hope that it will be useful, but
@@ -20,3 +20,7 @@
 set -e
 autoconf
 autoheader
+# ^ although configure will run autoheader if we didn't, our
+#   objective is for users not to have to have recent autoconf
+#   installed, so we commit config.h.  ./autogen.sh regenerates
+#   the committed files.
\ No newline at end of file