From 57004b3e0d3e789e1a4e89467c6ea80dcf98245f Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 17 Apr 2008 15:40:15 +0000 Subject: [PATCH] - 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 --- unix/Makefile.in | 2 +- unix/configure.ac | 2 +- 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 -- 2.39.5