From: Michael Orlitzky Date: Mon, 8 Feb 2021 18:09:13 +0000 (-0500) Subject: autogen.sh: bump to the upstream version that creates an m4 directory. X-Git-Tag: v1.0.3~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=85ab33304ff34b15144a94a6d4f0f10138519d3b autogen.sh: bump to the upstream version that creates an m4 directory. --- diff --git a/autogen.sh b/autogen.sh index b099848..a600069 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2002-20011 The Xfce development team. All rights reserved. +# Copyright (c) 2002-2017 The Xfce development team. All rights reserved. # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -24,10 +24,12 @@ 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 https://www.xfce.org/. EOF exit 1 } -XDT_AUTOGEN_REQUIRED_VERSION="4.7.3" \ +test -d m4 || mkdir m4 + +XDT_AUTOGEN_REQUIRED_VERSION="4.9.1" \ exec xdt-autogen $@