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

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd $srcdir

aclocal -I . || exit 1
exec autoconf