]> sjero.net Git - wget/blobdiff - autogen.sh
[svn] Comment addition.
[wget] / autogen.sh
index 3216c9009b942f94106b96de675756376cf3a357..a33e92b9670e40b306c3b36597de67011d8e92e6 100755 (executable)
 # file, but you are not obligated to do so.  If you do not wish to do
 # so, delete this exception statement from your version.
 
+# TODO: print an error message nicer than "sh: command not found" when
+# Autoconf is not installed (or, more precisely, not found in the
+# PATH).
+
 autoheader
 autoconf
 
-# We intentionally don't invoke configure and make because we don't
-# know where the user wants to run the configuration, nor with which
-# arguments.  That is entirely up to the user.
-
+# At this point we intentionally don't invoke configure and make
+# because we don't know where the user wants to run the configuration,
+# nor with which arguments.  That should be up to the user.