summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
-rw-r--r--settings/Makefile.am2
2 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 1fe6d939..3870dc57 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2002-2009 The Xfce development team. All rights reserved.
+# Copyright (c) 2002-2020 The Xfce development team. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -27,11 +27,11 @@ autogen.sh: You don't seem to have the Xfce development tools (at least
version $XDT_REQURED_VERSION) installed on your system, which
are required to build this software.
Please install the xfce4-dev-tools package first; it is available
- from http://www.xfce.org/.
+ from your distribution or https://www.xfce.org/.
EOF
exit 1
}
-XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen "$@"
+XDT_AUTOGEN_REQUIRED_VERSION="4.14.0" exec xdt-autogen "$@"
# vi:set ts=2 sw=2 et ai:
diff --git a/settings/Makefile.am b/settings/Makefile.am
index 26c0d866..c82efc11 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -68,7 +68,7 @@ xfce4-session-marshal.c: xfce4-session-marshal.list Makefile
glib-genmarshal --prefix=xfce4_session_marshal xfce4-session-marshal.list --body >> xfce4-session-marshal.c
xfce4-session-settings_ui.h: xfce4-session-settings.ui
- $(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=xfce4_session_settings_ui $< >$@
+ $(AM_V_GEN) xdt-csource --static --strip-comments --strip-content --name=xfce4_session_settings_ui $< >$@
xfsm-client-dbus-client.c xfsm-client-dbus-client.h : $(top_srcdir)/xfce4-session/xfsm-client-dbus.xml Makefile.am
gdbus-codegen \