]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
autogen.sh: bump to the upstream version that creates an m4 directory.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:09:13 +0000 (13:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:09:13 +0000 (13:09 -0500)
autogen.sh

index b099848fb0288d0d2f745e7be14551fbdd7307dc..a6000693709e70a7e5246dffc068b8dd49251dee 100755 (executable)
@@ -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
 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 $@