[Xfce4-commits] <xfce4-cpufreq-plugin:master> Fix autogen.sh failing because of missing m4 directory (bug #10571).
Harald Judt
noreply at xfce.org
Wed Dec 25 12:58:01 CET 2013
Updating branch refs/heads/master
to eac601bc177bd252cd65715a6b5d30b51fd8f7fc (commit)
from 7c9647e0c3a738bc8c0232f5dcdd32fd0bbdcac4 (commit)
commit eac601bc177bd252cd65715a6b5d30b51fd8f7fc
Author: Harald Judt <h.judt at gmx.at>
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 $@
More information about the Xfce4-commits
mailing list