summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: b5a5fe5018742ba748fbd5e0e535729a109511ee (plain)
1
2
3
4
5
6
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

intltoolize --force --automake &&
autoreconf -i -f &&
test -n "$NOCONFIGURE" || "./configure" "$@"