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

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