From 3f70c0ecafd4f14479c448a4e49f14d292f88dca Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 11:48:25 +0100 Subject: build: Use PACKAGE_URL variable --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c1c7203..c2937c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.25.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.25.0], [https://github.com/mate-desktop/mate-calc/issues], + [mate-calc], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1