2 # Run this to generate all the initial makefiles, etc.
5 test -z "$srcdir" && srcdir
=.
7 if test ! -f $srcdir/configure.ac
-o ! -f $srcdir/examples
/Adg.lua
; then
8 echo "**Error**: '$srcdir' does not look like the top-level adg-lua directory"
13 libtoolize
--automake ||
exit $?
14 autoreconf
-is -Wall ||
exit $?
15 .
/configure
"$@" && echo "Now type 'make' to compile $PROJECT."