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