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

personal git repositories of Harald Welte. Your mileage may vary