Updating branch refs/heads/master
         to eac601bc177bd252cd65715a6b5d30b51fd8f7fc (commit)
       from 7c9647e0c3a738bc8c0232f5dcdd32fd0bbdcac4 (commit)

commit eac601bc177bd252cd65715a6b5d30b51fd8f7fc
Author: Harald Judt <[email protected]>
Date:   Wed Dec 25 12:54:15 2013 +0100

    Fix autogen.sh failing because of missing m4 directory (bug #10571).

 autogen.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 6bc0c8a..8104646 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,6 @@ EOF
   exit 1
 }
 
+test -d m4 || mkdir m4
+
 xdt-autogen $@
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to