Call intltoolize before autoreconf

This commit is contained in:
Marco Pesenti Gritti 2008-04-24 13:52:09 +02:00
parent 1fd5290c53
commit 3a164bc876

View File

@ -1,6 +1,6 @@
#!/bin/sh
export ACLOCAL="aclocal -I m4"
autoreconf -i
intltoolize
autoreconf -i
./configure "$@"