2008-03-06 Dan Williams <dcbw@redhat.com>
authorDan Williams <dcbw@redhat.com>
Fri, 7 Mar 2008 00:45:34 +0000 (00:45 +0000)
committerDan Williams <dcbw@redhat.com>
Fri, 7 Mar 2008 00:45:34 +0000 (00:45 +0000)
* autogen.sh
- Die gnome-common, die

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3383 4912f4e0-d625-0410-9fb7-b9a5a253dbdc

ChangeLog
autogen.sh

index 55c48b7..e8e84d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-06  Dan Williams  <dcbw@redhat.com>
+
+       * autogen.sh
+               - Die gnome-common, die
+
 2008-03-04  Dan Williams  <dcbw@redhat.com>
 
        Patch from Michael Biebl <biebl@debian.org>
index 8bc754e..8d402e4 100755 (executable)
@@ -13,11 +13,10 @@ PKG_NAME=NetworkManager
     exit 1
 }
 
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
-    exit 1
-}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
-
+(cd $srcdir;
+    autoreconf --install --symlink &&
+    intltoolize --force &&
+    autoreconf &&
+    ./configure --enable-maintainer-mode $@
+)