[CpmlAction] Added TODO to the intersection docblock
[adg.git] / autogen.sh
blob041ce5585d290c40fd7428fcad396fe1811a8886
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 --flavour no-tmpl || exit 1
16 autoreconf -isf
17 popd