eliot/bootstrap
2013-01-06 17:46:35 +01:00

10 lines
256 B
Bash
Executable file

#!/bin/sh
autopoint -f
patch -p0 < po/makefile-qt4.patch
aclocal -I m4
autoheader
automake --add-missing --foreign --copy -Wall
# It would be nice to use -Wall, but AM_GNU_GETTEXT generates
# way too many warnings in version 0.18.1
autoconf -Wno-obsolete