[gnome-applets: 252/263] update autogen.sh



commit 51cb2b92d95183e2ffbe28caa33c0921f3c624a5
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 24 18:04:47 2015 +0200

    update autogen.sh

 autogen.sh |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 2275b06..f705671 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,22 +4,19 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="Gnome Applets"
-
 (test -f $srcdir/configure.ac \
-  && test -f $srcdir/HACKING \
-  && test -d $srcdir/gweather) || {
+  && test -f $srcdir/gnome-applets.doap) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level gnome directory"
+    echo " top-level gnome-applets directory"
     exit 1
 }
 
-
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common."
     exit 1
 }
-REQUIRED_AUTOMAKE_VERSION=1.9 \
+
+REQUIRED_AUTOMAKE_VERSION=1.9
 REQUIRED_YELP_TOOLS_VERSION=3.1.1
-USE_GNOME2_MACROS=1 \
+
 . gnome-autogen.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]