[notification-daemon] autogen: remove deprecated variables



commit 1e8573c23f0c5561fa8c9a9685c6a44f03894717
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Mar 26 16:56:29 2015 +0200

    autogen: remove deprecated variables

 autogen.sh |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0a403f5..75b19a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,8 +4,6 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="Notification Daemon"
-
 (test -f $srcdir/configure.ac \
   && test -d $srcdir/src) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
@@ -13,10 +11,9 @@ PKG_NAME="Notification Daemon"
     exit 1
 }
 
-
 which gnome-autogen.sh || {
     echo "You need to install gnome-common"
     exit 1
 }
 
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+. gnome-autogen.sh


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