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
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
echo "autogen.sh: running: intltoolize --force"
intltoolize --force || exit 1
autoreconf -vif || exit 1
if test -z "$NOCONFIGURE"; then
./configure "$@" && echo "Now type \`make' to compile" || exit 1
fi
Everything looks good. We'll let you know here if there's anything you should know about.