summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2c6f7940..8983817f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,11 +24,11 @@
autogen.sh: You don't seem to have the Xfce development tools installed on
your system, which are required to build this software.
Please install the xfce4-dev-tools package first, it is available
- from https://www.xfce.org/.
+ from your distribution or https://www.xfce.org/.
EOF
exit 1
}
test -d m4 || mkdir m4
-XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.14.0" exec xdt-autogen $@