From fda91d47f35c5a19471b54fba53c265e29249296 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 22 May 2017 12:56:31 +0200 Subject: configure.ac: Update shared library name, bug tracker URL, homepage URL. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 17af5e2..25c30a2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,11 +16,11 @@ m4_define([ido_binary_age], AC_PREREQ([2.64]) -AC_INIT([ido], +AC_INIT([ayatana-ido], [ido_version], - [http://bugs.launchpad.net/ido], - [ido], - [http://launchpad.net/ido]) + [https://github.com/ArcticaProject/ayatana-ido/issues], + [ayatana-ido], + [https://github.com/ArcticaProject/ayatana-ido]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/libido.h]) -- cgit v1.2.3