summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 11:48:25 +0100
committerraveit65 <[email protected]>2021-02-02 22:44:05 +0100
commit3f70c0ecafd4f14479c448a4e49f14d292f88dca (patch)
tree209f635956ef1e0acb845c459460dadca1922db9 /configure.ac
parent18a34d78737374627f1128be3b66c8ddd95bdb0e (diff)
downloadmate-calc-3f70c0ecafd4f14479c448a4e49f14d292f88dca.tar.bz2
mate-calc-3f70c0ecafd4f14479c448a4e49f14d292f88dca.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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)