bgo #706630 - Incorrect MimeType in .desktop file
[anjuta.git] / autogen.sh
blob951a9438c57fc870560e78f1700d7f24c8d26f81
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
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=.
15 cd "$srcdir" &&
16 gtkdocize &&
17 autopoint --force &&
18 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install
19 ) || exit
20 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"