summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 95b5fbab50332303897dfd3ff23f5fc54740be3d (plain)
1
2
3
4
5
#! /bin/sh
autoreconf -v --install || exit 1
glib-gettextize --force --copy || exit 1
./configure "$@"