summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh13
2 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c48b78fa..e8e84d6b4d 100644
--- 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>
diff --git a/autogen.sh b/autogen.sh
index 8bc754e3de..8d402e4cb7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 $@
+)