summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 7d6a5aceaadbfc4503bb8c4ac1d04113a2710973 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -exu

#intltoolize -f -c
libtoolize -f -c
aclocal --force
autoheader -f
autoconf -f
automake -a -c --gnu --foreign