diff options
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 1ab5e4cdf..e93a00eea 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,9 @@ echo "touch stamp-h" touch stamp-h +# create po/Makefile.in.in +glib-gettextize --force --copy + # add aclocal.m4 to current dir echo "aclocal..." aclocal -I $PWD/m4 |