[libwnck] [build] Create bz2 tarballs, and modernize a bit configure.in



commit 3ef3dbdeeb7eda482df7f58f7fef31cae505033b
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jan 12 23:14:21 2010 +0100

    [build] Create bz2 tarballs, and modernize a bit configure.in

 configure.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index f1b0bbd..3f32f56 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,9 @@
-AC_INIT(libwnck/window.h)
+AC_INIT([libwnck], [2.28.1],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=libwnck])
 
 AM_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(libwnck, 2.28.1)
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_MACRO_DIR([m4])
 



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