[libsigc++2] Change bug report URL to point to Bugzilla



commit 90db443f0cdb9cff202c458e5985262c90f19660
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 7 16:14:29 2009 +0200

    Change bug report URL to point to Bugzilla
    
    * configure.ac (AC_INIT): Change the bug-report argument to the
    URL for filing a new libsigc++ bug on bugzilla.gnome.org.  Also
    name the website URL as fifth argument.  It will simply be ignored
    if the installed Autoconf does not support this new feature.

 ChangeLog    |    9 +++++++++
 configure.ac |    4 +++-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9c5be83..7499520 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-08-07  Daniel Elstner  <danielk openismus com>
 
+	Change bug report URL to point to Bugzilla
+
+	* configure.ac (AC_INIT): Change the bug-report argument to the
+	URL for filing a new libsigc++ bug on bugzilla.gnome.org.  Also
+	name the website URL as fifth argument.  It will simply be ignored
+	if the installed Autoconf does not support this new feature.
+
+2009-08-07  Daniel Elstner  <danielk openismus com>
+
 	Do not enable -pedantic mode by default
 
 	* configure.ac (MM_ARG_ENABLE_WARNINGS): Remove -pedantic from the
diff --git a/configure.ac b/configure.ac
index 7205533..8e5d1b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,9 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libsigc++], [2.2.3], [libsigc-list gnome org], [libsigc++])
+AC_INIT([libsigc++], [2.2.3],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
+        [libsigc++], [http://libsigc.sourceforge.net/])
 AC_PREREQ([2.59])
 m4_pattern_forbid([^_?MM_])
 



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