[java-atk-wrapper/wip] Build: add bug report info to AC_INIT



commit 18028d351290c7fb19c1d24cd851232fedd2f3f4
Author: Magdalen Berns <m berns thismagpie com>
Date:   Wed Jul 1 01:31:31 2015 +0100

    Build: add bug report info to AC_INIT
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=751758

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 50f70c2..02d7f9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([java-atk-wrapper],[0.33.1])
+AC_INIT([java-atk-wrapper],[0.33.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=java-atk-wrapper])
 
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.11 -Wall check-news])


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