3
test -n "$srcdir" || srcdir=`dirname "$0"`
4
test -n "$srcdir" || srcdir=.
9
AUTORECONF=`which autoreconf`
10
if test -z $AUTORECONF; then
11
echo "*** No autoreconf found, please intall it ***"
15
INTLTOOLIZE=`which intltoolize`
16
if test -z $INTLTOOLIZE; then
17
echo "*** No intltoolize found, please install the intltool package ***"
24
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
27
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"