[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 08/13: Update autogen.sh to create m4/ dir

noreply at xfce.org noreply at xfce.org
Sun Apr 30 20:29:12 CEST 2017


This is an automated email from the git hooks/post-receive script.

skunnyk pushed a commit to branch master
in repository panel-plugins/xfce4-sample-plugin.

commit 789aa0bb66092dfde08d6b65e98660d0a4086ae4
Author: Romain B <skunnyk at alteroot.org>
Date:   Sun Apr 30 19:38:56 2017 +0200

    Update autogen.sh to create m4/ dir
---
 autogen.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index e56e713..a600069 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2002-2012 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
 }
 
+test -d m4 || mkdir m4
+
 XDT_AUTOGEN_REQUIRED_VERSION="4.9.1" \
 exec xdt-autogen $@

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list