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