From 52bcd9c8f5787331096b1a30b062ca3cbcd8bde4 Mon Sep 17 00:00:00 2001 From: Seirra Date: Tue, 5 Jun 2018 13:58:53 +0100 Subject: [PATCH] fix broken url current url in AC_INIT is broken, I imagine the github webpage serves as a good stand in replacement? --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1af431d7..3610c388 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_INIT([libsigc++], [2.99.11], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B], - [libsigc++], [http://libsigc.sourceforge.net/]) + [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([sigc++/sigc++.h])