summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-16 20:54:56 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-16 21:06:11 +0100
commit4beb0994a1f2f1d3533bae819f5718cdcae8ce68 (patch)
tree75ba10721fd4795f28c97cd99d259d10674d8889 /autogen.sh
parentcf4a3e17a4fdc81beca45d2224c8180f2ad634c9 (diff)
downloadthunar-4beb0994a1f2f1d3533bae819f5718cdcae8ce68.tar.gz
Properly handle m4 stuff
Fix warning about m4 directory.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 2c644e93..1d5a9a7a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,4 +29,6 @@ EOF
exit 1
}
+test -d m4 || mkdir m4
+
XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@