aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-04-17 15:40:15 +0000
committerAdam Tkac <atkac@redhat.com>2008-04-17 15:40:15 +0000
commit57004b3e0d3e789e1a4e89467c6ea80dcf98245f (patch)
treea735eada671814270a29b1075095ba7b55e1ddfb
parentbf98c2110d0565e0b47fbaec629da82f1a3f9bec (diff)
downloadtigervnc-57004b3e0d3e789e1a4e89467c6ea80dcf98245f.tar.gz
tigervnc-57004b3e0d3e789e1a4e89467c6ea80dcf98245f.zip
- temporarily don't build i18n
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2487 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--unix/Makefile.in2
-rw-r--r--unix/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 34b0a048..22b4acc8 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2,6 +2,6 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
-SUBDIRS = ../common intl tx x0vncserver vncviewer po vncpasswd @VNCCONFIG_DIR@
+SUBDIRS = ../common tx x0vncserver vncviewer vncpasswd @VNCCONFIG_DIR@
# followed by boilerplate.mk
diff --git a/unix/configure.ac b/unix/configure.ac
index 875785ee..8ead7bcc 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -150,7 +150,7 @@ fi
AC_LANG_RESTORE
AC_SUBST(INET_LIB)
-AM_GNU_GETTEXT
+dnl AM_GNU_GETTEXT
BOILERPLATE=boilerplate.mk