aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 93e30faf049eb169b4452e65df7627beca0f062b (plain) (blame)
1
2
3
4
5
6
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+"$@"}