Update to recent automake syntax in Makefile.am
[platform/upstream/libgsignon-glib.git] / autogen.sh
1 #!/bin/sh -e
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 (test -f $srcdir/libsignon-glib.pc.in ) || {
7         echo -n "Error: Directory "\`$srcdir\`" does not look like the "
8         echo "top-level libsignon-glib directory."
9         exit 1
10 }
11
12 gtkdocize --copy --flavour no-tmpl
13 autoreconf --install --force
14 . $srcdir/configure "$@"