--- gigedit/trunk/autogen.sh 2007/03/04 21:03:18 1068 +++ gigedit/trunk/autogen.sh 2007/03/05 20:01:15 1072 @@ -1,7 +1,7 @@ #!/bin/sh -if ! which glib-gettextize > /dev/null ; then - echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!" +if ! which intltoolize > /dev/null ; then + echo "Could not find intltoolize, make sure intltool is installed!" exit -1 fi if ! which aclocal > /dev/null ; then @@ -21,7 +21,7 @@ exit -1 fi -glib-gettextize --force +intltoolize --force --automake aclocal autoconf autoheader