From 29059431055c1902057b14fdc74891918296e2da Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 3 Nov 2015 18:03:06 +0100 Subject: [PATCH] Add URLs --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c4ea95..7cd5938 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,8 @@ AC_PREREQ([2.69]) -AC_INIT([glorytun], [0.0.1]) +AC_INIT([glorytun], [0.0.1], + [https://github.com/angt/glorytun/issues], + [glorytun], + [https://github.com/angt/glorytun]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([common.h])