bootstrap: improved shell compatibility,

removed unneeded 'aclocal' execution,
removed '-f' autoreconf argument,
added wrapper script autogen.sh
This commit is contained in:
Evgeny Grin (Karlson2k)
2019-04-10 14:38:34 +03:00
parent 312713c363
commit 8b8c300312
2 changed files with 16 additions and 4 deletions
Executable
+7
View File
@@ -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+"$@"}