summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2016-10-29 18:02:12 +0200
committerStefan Bühler <stbuehler@web.de>2016-10-29 18:02:12 +0200
commit8e678653be2f6d416977785b99c56067e1b1161b (patch)
tree13355a56ca976ffe5bbd1d7974d8b132c55bedc6 /autogen.sh
parentde4946e64783803ecb3c6a724694fe9868ade46e (diff)
downloadlighttpd-git-8e678653be2f6d416977785b99c56067e1b1161b.tar.gz
[autobuild] put ax_prog_cc_for_build.m4 in top directory
- "autoreconf --force --install" should be enough to get autobuild running, manual cp / running ./autogen.sh should not be required - reorganize files laters, e.g. scripts/{cmake,m4} - include ax_prog_cc_for_build.m4 manually in configure.ac as it is not automatically loaded if it is not in m4/
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index aa79714e..7377a64a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,6 +10,5 @@ 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."