[notification-daemon] Switch to bzip



commit e607970a9e47f174dbaac947e702bdadc165d775
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Jan 9 16:21:24 2010 -0500

    Switch to bzip

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6dc2f5c..633e94b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(notification-daemon, 0.4.2, galago-devel lists freedesktop org)
+AC_INIT([notification-daemon], [0.4.2], [galago-devel lists freedesktop org])
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2006 Christian Hammond])
@@ -43,7 +43,7 @@ dnl ################################################################
 VERSION=$NOTIFICATION_DAEMON_VERSION
 PACKAGE=notification-daemon
 
-AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 



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