summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: bce355f117be0f7023aedee9f34279018a48309d (plain)
1
2
3
4
5
6
7
#!/bin/sh

(cd $(dirname $0);
 autoreconf --install --symlink &&
 intltoolize --force &&
 autoreconf --install --symlink &&
 ./configure --enable-maintainer-mode $@)