--- gigedit/trunk/autogen.sh 2007/03/04 14:49:30 1066 +++ gigedit/trunk/autogen.sh 2007/03/05 20:01:15 1072 @@ -1,9 +1,5 @@ #!/bin/sh -if ! which glib-gettextize > /dev/null ; then - echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!" - exit -1 -fi if ! which intltoolize > /dev/null ; then echo "Could not find intltoolize, make sure intltool is installed!" exit -1 @@ -25,10 +21,8 @@ exit -1 fi -glib-gettextize --force intltoolize --force --automake aclocal autoconf autoheader automake --add-missing -