X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=autogen.sh;h=81720f3ba87d57acabcfe25b94b966a2d7b2df8d;hb=6ad0c7e0fbf8462c0a41c0a42bf34adbb127fe4e;hp=32b2bde4bcba21d75855ee47f12bcfb772e5e758;hpb=8304760be43b3afcc8002d7e3588e29fc74ae12e;p=modest diff --git a/autogen.sh b/autogen.sh index 32b2bde..81720f3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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