Call intltoolize before autoreconf
This commit is contained in:
parent
1fd5290c53
commit
3a164bc876
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export ACLOCAL="aclocal -I m4"
|
export ACLOCAL="aclocal -I m4"
|
||||||
|
|
||||||
autoreconf -i
|
|
||||||
intltoolize
|
intltoolize
|
||||||
|
autoreconf -i
|
||||||
./configure "$@"
|
./configure "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user