Files
Evgeny Grin (Karlson2k) 8b8c300312 bootstrap: improved shell compatibility,
removed unneeded 'aclocal' execution,
removed '-f' autoreconf argument,
added wrapper script autogen.sh
2019-04-10 14:38:34 +03:00

8 lines
241 B
Bash
Executable File

#!/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+"$@"}