summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 742fef41c9610b47a3b894a33299dc9f53c9094b (plain)
1
2
3
4
5
6
#!/bin/sh
mkdir -p m4
autopoint --force
git submodule update --init --recursive
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
test -n "$NOCONFIGURE" || ./configure "$@"