summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-11-09 21:31:40 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-04 18:16:25 +0100
commit0cacff7257337d0b855db29b1c95ea85706f2df4 (patch)
tree105f02da674a2f3cbd9d6ea2efdca0fbe44c0b2c /configure.ac.in
parentcb2ae51d782b66496973eba200a9b46f49adf3b5 (diff)
downloadxfconf-0cacff7257337d0b855db29b1c95ea85706f2df4.tar.gz
Fix make distcheck and enable it on gitlab CI
- fix return code check and remove bashism from tests-driver.sh - Remove INSTALL from EXTRA_DIST (not created anymore since we are using automake foreign mode) - Update .gitignore
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index a869a95..0c69141 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,7 +20,7 @@ m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfcon
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
dnl init autoconf
-AC_INIT([xfconf], [xfconf_version], [https://bugzilla.xfce.org/])
+AC_INIT([xfconf], [xfconf_version], [https://gitlab.xfce.org/xfconf/xfconf])
AC_CONFIG_MACRO_DIRS([m4])
AC_PREREQ([2.50])