X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=autogen.sh;h=095bb92f4911717aad48ef2664abb9d6f7abb67e;hp=32b2bde4bcba21d75855ee47f12bcfb772e5e758;hb=3dc5d2a9432da9d45039b32fe39674c2f99fdab3;hpb=8304760be43b3afcc8002d7e3588e29fc74ae12e diff --git a/autogen.sh b/autogen.sh index 32b2bde..095bb92 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,17 +17,6 @@ which gnome-autogen.sh || { echo "You need to install gnome-common from GNOME CVS" exit 1 } -export USE_GNOME2_MACROS=1 -gnome-autogen.sh || { - echo "gnome autoconf does not work, trying the other way..." +USE_GNOME2_MACROS=1 . gnome-autogen.sh $@ - 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 $@ -}