aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 1d70f697851888c3efd2c0bc8a740f41c03de535 (plain)
1
2
3
4
5
6
#!/bin/sh -e

mkdir -p m4
autoreconf -i
intltoolize -c -f
test -n "$NOCONFIGURE" || ./configure "$@"