[gnome-characters] configure.ac: Make AC_INIT invocation meaningful



commit f93ada1ecdb965d338986feacc3cab8362ae7a06
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Feb 16 22:56:08 2015 +0900

    configure.ac: Make AC_INIT invocation meaningful

 configure.ac |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b1eeba8..a1ad558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,7 @@
 AC_PREREQ(2.63)
 AC_INIT([org.gnome.Characters], [3.15.2],
-        [bugs example com],
-        [gnome-characters],
-        [http://www.example.com/gnome-characters/])
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-characters],
+        [gnome-characters])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])


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