From 179a6a300da632b507c8152d0897a1012c8de05d Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Fri, 8 Jun 2012 10:59:37 +0200 Subject: Use autoreconf instead of gnome-autogen.sh Also remove INSTALL. An up-to-date version is copied into the tree by autoreconf. Note: autogen.sh does not call configure anymore. --- autogen.sh | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 1abf3a7..a49cd41 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,5 @@ -#!/bin/sh +#!/bin/sh -e -PKG_NAME="indicator-messages" - -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME SVN" - exit 1 -} - -USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh +autoreconf -i -f +intltoolize +gtkdocize -- cgit v1.2.3