blob: 7fdb211674ef826cef535f9338b9659359201e4a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
aclocal -I m4
libtoolize --copy --force
gtkdocize
autoconf
autoheader
touch config.h.in
automake --foreign --add-missing --copy
rm -rf autom4te.cache
ln -sf /usr/share/gettext/gettext.h src
|