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