2 # Run this to generate all the initial makefiles, etc.
5 test -z "$srcdir" && srcdir
=.
7 echo "Generating initial interface files"
8 sh
-c "cd $srcdir/libanjuta/interfaces && \
9 perl anjuta-idl-compiler.pl libanjuta && \
10 touch iface-built.stamp"
12 test -n "$srcdir" || srcdir
=`dirname "$0"`
13 test -n "$srcdir" || srcdir
=.
17 gnome-doc-prepare
--automake --copy --force &&
19 AUTOPOINT
='intltoolize --automake --copy' autoreconf
--force --install
21 test -n "$NOCONFIGURE" ||
"$srcdir/configure" "$@"