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

intltoolize --force
aclocal
automake --add-missing --copy --foreign
autoconf
./configure $@