From: Dmitry V. Levin Date: Wed, 28 Dec 2016 16:54:14 +0000 (+0000) Subject: configure: specify project URL X-Git-Tag: v4.16~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=038222965ade50ce5961cf6f5624ff4987116080;p=strace configure: specify project URL * configure.ac (AC_INIT): Add URL. --- diff --git a/configure.ac b/configure.ac index 174d2552..56b9957e 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,9 @@ AC_PREREQ(2.57) AC_INIT([strace], m4_esyscmd([./git-version-gen .tarball-version]), - [strace-devel@lists.sourceforge.net]) + [strace-devel@lists.sourceforge.net], + [strace], + [https://strace.io]) AC_CONFIG_SRCDIR([strace.c]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h])