summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-29 09:51:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-29 09:51:37 -0400
commitcd48c2804b2d38945c25e12d5253eb2f4edcce29 (patch)
tree5d19dc09c6d5aff666bbf39fe94043f3b8e3ba8a /autogen.sh
parentb29e69e5b746d1ee1d371893170b6ce31bbdb20e (diff)
downloadlighttpd-git-cd48c2804b2d38945c25e12d5253eb2f4edcce29.tar.gz
move script to doc/scripts/ax_prog_cc_for_build.m4
m4/ directory is listed in .gitignore and should be generated
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."