From: hniksic Date: Thu, 23 Jun 2005 11:51:44 +0000 (-0700) Subject: [svn] Comment addition. X-Git-Tag: v1.13~947 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=af91adf53fe813304f7ab735d444bbb13129b5e4 [svn] Comment addition. --- diff --git a/autogen.sh b/autogen.sh index 3216c900..a33e92b9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,10 +28,13 @@ # 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.