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

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