aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: dd9ec6e30a71a6a7cf8f090fca52d1853b815fbf (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+"$@"}