]> sjero.net Git - wget/blobdiff - autogen.sh
[svn] Removed libtool and switched to config.rpath to perform configuration-time...
[wget] / autogen.sh
index 3216c9009b942f94106b96de675756376cf3a357..1b7f24b24c0b759f4d8aa46ec07855bc6fd96160 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).
+
+cat m4/*.m4 > aclocal.m4
 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.