From a6d40bf8bd62118cf5194af3fb9824767c3a99ac Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Jan 2001 03:29:09 +0000 Subject: If msgfmt isn't found, don't go to "po" dir. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1148 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8b20f487..ff471e67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,11 @@ if BUILD_SERVERTEST SERVERTEST=servertest endif -SUBDIRS = po intl $(GLIB_DIR) src $(SERVERTEST) docs scripts +if HAVE_MSGFMT +NLS_DIRS=po +endif + +SUBDIRS = $(NLS_DIRS) intl $(GLIB_DIR) src $(SERVERTEST) docs scripts confdir = $(sysconfdir)/irssi conf_DATA = config default.theme colorless.theme -- cgit v1.2.3