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