X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=a33e92b9670e40b306c3b36597de67011d8e92e6;hp=3216c9009b942f94106b96de675756376cf3a357;hb=af91adf53fe813304f7ab735d444bbb13129b5e4;hpb=c8ab47811a96d3be54f42e69571e85386ac599fb 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.