Bump version for deprecation
[profile/ivi/GSSDP.git] / autogen.sh
1 #! /bin/sh
2 gtkdocize || exit 1
3 ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v --install || exit 1
4 ./configure --enable-maintainer-mode --enable-debug "$@"