1 #! /bin/sh -e 2 test -n "$srcdir" || srcdir=`dirname "$0"` 3 test -n "$srcdir" || srcdir=. 4 ( 5 cd "$srcdir" && 6 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose 7 ) || exit 8 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"