* autogen.sh:
[modest] / autogen.sh
index 32b2bde..81720f3 100755 (executable)
@@ -19,15 +19,4 @@ which gnome-autogen.sh || {
 }
 export USE_GNOME2_MACROS=1
 
-gnome-autogen.sh || {
-       echo "gnome autoconf does not work, trying the other way..."
-
-       glib-gettextize --copy --force
-       libtoolize --automake --copy --force
-       intltoolize --automake --copy --force
-       aclocal-1.8
-       autoconf --force
-       autoheader --force
-       automake-1.8 --add-missing --copy --force-missing --foreign
-       ./configure $@
-}      
+USE_GNOME2_MACROS=1 . gnome-autogen.sh