From: Vincent Bernat Date: Sat, 23 Nov 2013 12:18:56 +0000 (+0100) Subject: configure: provide GitHub address for issues X-Git-Tag: 0.7.8~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493b0d427fb437cf7949c8be89ae9d636d5c270f;p=thirdparty%2Flldpd.git configure: provide GitHub address for issues Also provide the appropriate homepage. --- diff --git a/configure.ac b/configure.ac index 9e1ac0ef..458beff2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,9 @@ AC_PREREQ([2.64]) AC_INIT([lldpd], [m4_esyscmd_s([./get-version])], - [bernat@luffy.cx]) + [https://github.com/vincentbernat/lldpd/issues], + [lldpd], + [http://vincentbernat.github.io/lldpd/]) AC_CONFIG_SRCDIR([src/log.c]) AC_CONFIG_HEADER([config.h])