summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5158e8eb..dd659717 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,9 @@
# Additional options go to configure.
echo "Rebuilding ./configure with autoreconf..."
+if [ ! -d "include" ]; then
+ mkdir "include"
+fi
autoreconf -f -i
if [ $? -ne 0 ]; then
echo "autoreconf failed"