open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
#!/bin/sh
set -e
mkdir -p m4
gtkdocize
intltoolize --copy --force --automake
ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v -i
test -n "$NOCONFIGURE" || ./configure $@
Everything looks good. We'll let you know here if there's anything you should know about.