summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 6 insertions, 7 deletions
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 $@
+)