Index: autogen.sh =================================================================== RCS file: /cvs/gnome/dia/autogen.sh,v retrieving revision 1.8 diff -u -r1.8 autogen.sh --- autogen.sh 2002/01/26 11:20:20 1.8 +++ autogen.sh 2002/02/26 03:59:10 @@ -29,6 +29,14 @@ DIE=1 } +(intltoolize --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "You must have intltool installed to compile $PROJECT." + echo "Get ftp://ftp.gnome.org/pub/GNOME/stable/sources/intltool/intltool-0.16.tar.gz" + echo "(or a newer version if it is available)" + DIE=1 +} + (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have automake installed to compile $PROJECT."