[AdgPositionable] Implemented adg_positionable_set_org_explicit()
[adg.git] / autogen.sh
blob019dcfec6db52e66cf1fb11897c7055e5ebb552b
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
7 (test -f $srcdir/configure.ac && test -d $srcdir/adg && test -f $srcdir/adg/adg.h) ||
9 echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
10 echo " top-level adg directory"
11 exit 1
14 pushd $srcdir
15 gtkdocize
16 autoreconf -is
17 popd