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

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