summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 9d249620997d6eb2b1af517471e302c0c62c35fd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
aclocal -I m4
libtoolize --copy --force
autoconf
autoheader
touch config.h.in
automake --foreign --add-missing --copy
rm -rf autom4te.cache
( cd widgets && ./autogen.sh )