summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorUnit 193 <unit193@unit193.net>2020-08-12 05:35:08 -0400
committerUnit 193 <unit193@unit193.net>2020-08-12 05:35:08 -0400
commitd0f63ed528c29660715481662042eb2ff86f70f9 (patch)
treef2806b9c56273953cbb7e95ec44efd0eca2594f8 /configure.ac.in
parent0eb5aa168ccae9f2ec82d3543fe5d4f58a0e189c (diff)
downloadthunar-d0f63ed528c29660715481662042eb2ff86f70f9.tar.gz
AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 0659fc38..bf6c8c67 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -43,7 +43,7 @@ dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2020 The Thunar development team. All rights reserved.])
AC_INIT([thunar], [thunar_version], [https://gitlab.xfce.org/xfce/thunar], [thunar])
AC_PREREQ([2.60])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIRS([m4])
AC_CANONICAL_TARGET()
AC_REVISION([thunar_version_build])