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

mkdir -p m4
autoreconf -i
intltoolize -c -f

test -n "$NOCONFIGURE" || ./configure "$@"