Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Schwinn
xfconf
Commits
86bcfcf9
Commit
86bcfcf9
authored
Oct 21, 2018
by
Ali Abdallah
Browse files
Fix make distcheck and prepare for 4.13.6 release
parent
e7605dc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
86bcfcf9
4.13.6
======
- Added .NOTPARALLEL to property change test (bug #13840)
- Implement an optional GSettings backend
4.13.5
======
- Fix make distcheck, (bug #14082)
...
...
configure.ac.in
View file @
86bcfcf9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment