summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2019-06-30 15:54:20 +0200
committerOlivier Fourdan <fourdan@xfce.org>2019-06-30 15:55:14 +0200
commit22fad38989f60da74389baf81c6f3d1699a49691 (patch)
treecc95facdc81f541ddd1a86446038ba5d19d58777 /configure.ac.in
parentce845280ae3bb12be1130abd162152ed25f5795f (diff)
downloadxfwm4-22fad38989f60da74389baf81c6f3d1699a49691.tar.gz
build: Switch to xdt-csource
Use “xdt-csource” instead of “exo-csource”. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac.in b/configure.ac.in
index dda147242..beee0a253 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -114,10 +114,10 @@ XDT_CHECK_PACKAGE([XINERAMA], [xinerama], [0])
AS_IF([test "x$USE_MAINTAINER_MODE" = "xyes"],
[
- AC_PATH_PROG([EXO_CSOURCE], [exo-csource])
- AS_IF([test -z "$EXO_CSOURCE"],
+ AC_PATH_PROG([XDT_CSOURCE], [xdt-csource])
+ AS_IF([test -z "$XDT_CSOURCE"],
[
- echo '*** The program "exo-csource" is required to build when --enable-maintainer-mode'
+ echo '*** The program "xdt-csource" is required to build when --enable-maintainer-mode'
echo '*** is specified.'
exit 1
])