summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 68f8996a3ed558a8bccaa86c76b81be79e7f0ef0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

PWD=
case "$0" in
*/*) srcdir="${0%/*}/";;
*) srcdir="";;
esac

exec ${AUTORECONF:-autoreconf} --install --symlink "$@" ${srcdir:+"$srcdir"}