summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAli Abdallah <ali@xfce.org>2018-10-21 12:20:09 +0200
committerAli Abdallah <ali@xfce.org>2018-10-21 12:20:09 +0200
commit86bcfcf972e2b350fd0c5a1339de664f544b6a84 (patch)
treea0439b79ff49cbf2656f4dc843e2532d37cc0f9b /configure.ac.in
parente7605dc490b9cd0d3a34d40e3579866518ff2e03 (diff)
downloadxfconf-86bcfcf972e2b350fd0c5a1339de664f544b6a84.tar.gz
Fix make distcheck and prepare for 4.13.6 releasexfconf-4.13.6
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac.in b/configure.ac.in
index cc73403..8e20494 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
-m4_define([xfconf_version_micro], [5])
+m4_define([xfconf_version_micro], [6])
m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_build], [])
+m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
@@ -191,9 +191,7 @@ AC_MSG_RESULT([$ac_gsettings_backend])
dnl GModule is required in order to build the GSettings backend module
if test "x$ac_gsettings_backend"; then
XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.30.0])
- GIO_MODULE_DIR="`$PKG_CONFIG --variable=giomoduledir gio-2.0`"
- AC_DEFINE_UNQUOTED(GIO_MODULE_DIR, "$GIO_MODULE_DIR",
- [The GIO modules directory.])
+ GIO_MODULE_DIR=$libdir/gio/modules
AC_SUBST(GIO_MODULE_DIR)
fi