2005-04-03 21:12:03 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
autopoint -f
|
2010-01-02 11:29:57 +00:00
|
|
|
patch -p0 < po/makefile-qt4.patch
|
2005-04-03 21:12:03 +00:00
|
|
|
aclocal -I m4
|
|
|
|
autoheader
|
2008-01-08 16:09:08 +00:00
|
|
|
automake --add-missing --foreign --copy -Wall
|
2005-04-03 21:12:03 +00:00
|
|
|
autoconf
|