summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 7377a64a..aa79714e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,5 +10,6 @@ fi
# old autoreconf/aclocal versions fail hard if m4 doesn't exist
mkdir -p m4
+cp doc/scripts/ax_prog_cc_for_build.m4 m4/
autoreconf --force --install
echo "Now type './configure ...' and 'make' to compile."