summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-04-22 14:25:39 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-04-22 14:25:39 +0200
commit11b0ff7a476a5850571a6e2104b1ba2c4514182b (patch)
treea48d3e94013054bda8b5e59607034d51123aa74c /autogen.sh
parent41ea75c8834652c0a7095c19a5d6c4d4c19183c7 (diff)
downloadxfce4-appfinder-11b0ff7a476a5850571a6e2104b1ba2c4514182b.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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 99e44a9..0d00370 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2002-2011 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
@@ -26,11 +26,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 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: