mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Internationalization works now.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@67 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4d32f9aea6
commit
4d58494443
6 changed files with 2316 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue