summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-04-19 17:29:57 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-04-19 17:32:07 +0200
commit047ebe15f30a62236cdef0f6b4d796f19cf3285a (patch)
tree2f7e71d0e3960ee05233e7b2d2e2ff04aac459de /autogen.sh
parent702c69f30b26b434c3f16fafc4030189b4c6bdeb (diff)
downloadthunar-047ebe15f30a62236cdef0f6b4d796f19cf3285a.tar.gz
Bug #16717: Move from exo-csource to xdt-csource
- exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
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 $@