diff options
author | rbuj <[email protected]> | 2021-01-26 09:48:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-05 14:03:13 +0100 |
commit | 6b159d0665c67c3c78c2968673e24bf45c2430d2 (patch) | |
tree | 2a1749c69530cf639e47f28f866d9b09204db557 /configure.ac | |
parent | fe6a858432d2657a2f004a2e40b1005e2142f7b2 (diff) | |
download | atril-6b159d0665c67c3c78c2968673e24bf45c2430d2.tar.bz2 atril-6b159d0665c67c3c78c2968673e24bf45c2430d2.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d36d8a87..0fe2eaed 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,13 @@ m4_define([ev_binary_version], [ev_document_lt_current]) # ***************************************************************************** AC_PREREQ([2.57]) -AC_INIT([atril], [ev_version], [https://mate-desktop.org/], [atril]) + +AC_INIT([atril], + [ev_version], + [https://github.com/mate-desktop/atril/issues], + [atril], + [https://mate-desktop.org]) + AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADERS([config.h]) @@ -717,6 +723,7 @@ cut-n-paste/smclient/Makefile cut-n-paste/smclient/libegg/Makefile cut-n-paste/toolbar-editor/Makefile cut-n-paste/zoom-control/Makefile +data/atril.appdata.xml.in data/atril.desktop.in data/Makefile data/icons/Makefile |