summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-07 16:14:29 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-07 16:14:29 +0200
commit90db443f0cdb9cff202c458e5985262c90f19660 (patch)
tree8c73fa2a812822dd8a75f39aa958df0b6159202f /configure.ac
parentf65fc2607ce3be2ca6a674f52a9e3af14ee31e50 (diff)
downloadsigc++-90db443f0cdb9cff202c458e5985262c90f19660.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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_])