mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
bootstrap: improved shell compatibility,
removed unneeded 'aclocal' execution, removed '-f' autoreconf argument, added wrapper script autogen.sh
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This file was added for compatibility with some automated build systems.
|
||||
# It is recommended to use 'bootstrap' directly instead.
|
||||
|
||||
ag_srcdir="${0%/*}" && ag_srcdir="${ag_srcdir}${ag_srcdir:+/}"
|
||||
"${ag_srcdir}bootstrap" ${1+"$@"}
|
||||
Reference in New Issue
Block a user