summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: a1167a1b3b0234381d9d437d0a4a6604a2de14f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e
set -x

rm -f config.status

# Make makefiles.
autoreconf --force --install --verbose
intltoolize --force --copy --automake

./configure $@