libatspi's documentation is now compiled with gtk-doc.
[platform/upstream/at-spi2-core.git] / autogen.sh
1 #!/bin/sh
2
3 # run gtkdocize
4 gtkdocize || exit 1
5
6 # gnome-autogen.sh runs configure, so do likewise.
7 autoreconf -vif && ./configure "$@"