* autogen.sh:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 23 Jan 2007 22:05:58 +0000 (22:05 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 23 Jan 2007 22:05:58 +0000 (22:05 +0000)
- remove the ugliness, it should be fixed by adding the m4 files
in the right place

pmo-trunk-r719

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