aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-10 14:31:16 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-10 14:38:34 +0300
commit8b8c300312dc33a6c9cef232fb8710cb95723772 (patch)
tree69292fd91836dc626f14afd15ea82aa35d7fbbad /autogen.sh
parent312713c3634aa22d538c09d0146b5ac1d62c206b (diff)
downloadlibmicrohttpd-8b8c300312dc33a6c9cef232fb8710cb95723772.tar.gz
libmicrohttpd-8b8c300312dc33a6c9cef232fb8710cb95723772.zip
bootstrap: improved shell compatibility,
removed unneeded 'aclocal' execution, removed '-f' autoreconf argument, added wrapper script autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..93e30faf
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3# This file was added for compatibility with some automated build systems.
4# It is recommended to use 'bootstrap' directly instead.
5
6ag_srcdir="${0%/*}" && ag_srcdir="${ag_srcdir}${ag_srcdir:+/}"
7"${ag_srcdir}bootstrap" ${1+"$@"}