6e83a51e996e25ccbe3a9ae566248594c16925c0
[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 "$@"