Fix compilation of i18n bits.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3897 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/configure.ac b/configure.ac
index ce74099..47091b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,8 @@
 AC_PROG_CXX
 AC_PROG_LIBTOOL
 AC_LANG([C++])
-dnl AM_GNU_GETTEXT([external])
-dnl AM_GNU_GETTEXT_VERSION([0.14.1])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.14.1])
 
 case "`(uname -sr) 2>/dev/null`" in
 "SunOS 5"*)
@@ -160,4 +160,5 @@
 win/Makefile
 win/vncviewer/Makefile
 win/rfb_win32/Makefile
+po/Makefile.in
 ])