[gnome-lirc-properties] Fix project URL



commit 4c2c9bc71f7e68a1baaf42754448beac9dee0055
Author: Bastien Nocera <hadess hadess net>
Date:   Mon May 17 14:42:46 2010 +0100

    Fix project URL
    
    We're in the GNOME git repos now. Also use bzip2 to do the dist'ing.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf4c033..0643e78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_INIT([gnome-lirc-properties], [0.4.0],
-        [https://code.fluendo.com/remotecontrol/trac/])
+        [http://git.gnome.org/browse/gnome-lirc-properties/])
 
 # tar-ustar asks it to use a sensible tar format that can handle long filenames
-AM_INIT_AUTOMAKE([1.9 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2 no-dist-gzip])
 
 # Enable silent build when available (Automake 1.11)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])



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