--- SIDPlayer/autogen.sh 2002/08/03 15:13:20 1.3 +++ SIDPlayer/autogen.sh 2002/08/03 15:20:51 1.4 @@ -29,6 +29,15 @@ esac DIE=1 } +(aclocal --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "**Error**: Missing aclocal. The version of automake" + echo "installed doesn't appear recent enough." + echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" + echo "(or a newer version if it is available)" + DIE=1 +} + if test "$DIE" -eq 1; then exit 1 fi