mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 04:51:11 -05:00
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
This commit is contained in:
parent
cff8ba0c92
commit
a6d40bf8bd
@ -13,7 +13,11 @@ if BUILD_SERVERTEST
|
|||||||
SERVERTEST=servertest
|
SERVERTEST=servertest
|
||||||
endif
|
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
|
confdir = $(sysconfdir)/irssi
|
||||||
conf_DATA = config default.theme colorless.theme
|
conf_DATA = config default.theme colorless.theme
|
||||||
|
@ -580,10 +580,7 @@ dnl **
|
|||||||
|
|
||||||
ALL_LINGUAS="pl pt_BR fr de sv"
|
ALL_LINGUAS="pl pt_BR fr de sv"
|
||||||
AM_GNU_GETTEXT
|
AM_GNU_GETTEXT
|
||||||
|
AM_CONDITIONAL(HAVE_MSGFMT, test "x$MSGFMT" = "xyes")
|
||||||
if test "x$MSGFMT" = "xno"; then
|
|
||||||
USE_NLS=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl ** common libraries needed by frontends
|
dnl ** common libraries needed by frontends
|
||||||
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"
|
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user