diff options
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r-- | macros/autogen.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 74b8047d..c67e8c54 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -168,6 +168,13 @@ do fi done +if [ -r po/Makefile.i18npatch ]; then + if grep GENPOT po/Makefile.in.in >/dev/null; + then echo "no need for patching file \`Makefile.in.in'"; + else patch po/Makefile.in.in < po/Makefile.i18npatch; + fi; +fi + conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c if test x$NOCONFIGURE = x; then |