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

(cd $(dirname $0);
    touch ChangeLog NEWS &&
    autoreconf --install --symlink &&
    autoreconf &&
    ./configure --enable-maintainer-mode $@
)