diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index f24dfaf9c..f6c0f048b 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,5 @@ dnl End of NLS configuration. dnl -AC_OUTPUT([Makefile automake]) -dnl uncomment these when internationalization is ready -dnl intl/Makefile po/Makefile.in], -dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) +AC_OUTPUT([Makefile automake intl/Makefile po/Makefile.in], +[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) |