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
# Run this to generate all the initial makefiles, etc.
set -e
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
cd "$srcdir"
mkdir -p m4 >/dev/null 2>&1 || true
intltoolize --force
autoreconf --verbose --force --install
cd -
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
Everything looks good. We'll let you know here if there's anything you should know about.