From af91adf53fe813304f7ab735d444bbb13129b5e4 Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 23 Jun 2005 04:51:44 -0700 Subject: [PATCH] [svn] Comment addition. --- autogen.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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. -- 2.39.2