Removed the notion of a "large" context. For simplicity, all contexts
[panda.git] / autogen.sh
blobb82c3bdfafaea6649bf78914a33844514b8b6027
1 #!/bin/sh
3 PROJECT=panda
5 srcdir=$(dirname $0)
6 test -z "$srcdir" && srcdir=.
8 (test -f $srcdir/configure.ac) || {
9 echo "Directory \"$srcdir\" does not look like the top-level $PROJECT directory" 1>&2
10 exit 1
13 autoreconf --force --install --verbose
14 ./configure $@