Internationalization works now.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@67 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-10-30 13:21:14 +00:00 committed by cras
commit 4d58494443
6 changed files with 2316 additions and 35 deletions

View file

@ -4,9 +4,6 @@ config.h: default-config.h
default-config.h: $(srcdir)/config
$(srcdir)/file2header.sh $(srcdir)/config > default-config.h
## if <internationalization support>
#SUBDIRS = po intl macros support # <your subdirs here>
## else
if BUILD_PLUGINS
PLUGINS=plugins
endif
@ -14,8 +11,7 @@ if BUILD_SERVERTEST
SERVERTEST=servertest
endif
SUBDIRS = macros src $(PLUGINS) $(SERVERTEST)
## endif
SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST)
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change