Added call to intltoolize for localization (creates intl scripts so intltoolize isn't required at build time).
This commit is contained in:
parent
5ba9259cb2
commit
de83625389
|
@ -1,2 +1,5 @@
|
|||
#!/bin/sh
|
||||
echo "Running intltoolize"
|
||||
intltoolize --copy --force --automake
|
||||
|
||||
autoreconf --install --force --verbose
|
||||
|
|
Loading…
Reference in New Issue