summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 90f6046..e1f46a0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ ! -d m4 ]; then echo mkdir m4; fi
aclocal -I m4 || exit 1
libtoolize || exit 1
autoheader || exit 1