]> granicus.if.org Git - poly2tri-c/blob - autogen.sh
Fixed a wrong assertion in the visibility checking
[poly2tri-c] / autogen.sh
1 test -n "$srcdir" || srcdir=$(dirname "$0")
2 test -n "$srcdir" || srcdir=.
3 (
4   cd "$srcdir" &&
5   AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall
6 ) || exit
7 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"