From d0f63ed528c29660715481662042eb2ff86f70f9 Mon Sep 17 00:00:00 2001 From: Unit 193 <unit193@unit193.net> Date: Wed, 12 Aug 2020 05:35:08 -0400 Subject: [PATCH] =?UTF-8?q?AC=5FCONFIG=5FMACRO=5FDIR=20=E2=86=92=20AC=5FCO?= =?UTF-8?q?NFIG=5FMACRO=5FDIRS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autogen.sh | 2 -- configure.ac.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 8983817f7..3401543f8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,6 +29,4 @@ EOF exit 1 } -test -d m4 || mkdir m4 - XDT_AUTOGEN_REQUIRED_VERSION="4.14.0" exec xdt-autogen $@ diff --git a/configure.ac.in b/configure.ac.in index 0659fc384..bf6c8c67a 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]) -- GitLab