-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
But couldn't find how put translations working with intltoolize ...
- Loading branch information
Showing
42 changed files
with
71,167 additions
and
66,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
SUBDIRS = | ||
|
||
if COMPILE_NLS | ||
SUBDIRS += intl po | ||
SUBDIRS += po | ||
endif | ||
|
||
SUBDIRS += docs src unittests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
# | ||
|
||
AC_INIT([aMule],[SVN],[[email protected]]) | ||
AM_INIT_AUTOMAKE | ||
AM_INIT_AUTOMAKE([subdir-objects foreign]) | ||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | ||
|
||
AC_PREREQ(2.59) | ||
|
@@ -75,7 +75,7 @@ MULE_ARG_ENABLE([webserver], [no], [compile aMule WebServer], [WEB]) | |
MULE_ARG_ENABLE([amule-gui], [no], [compile aMule remote GUI], [AMULE_GUI]) | ||
MULE_ARG_ENABLE([cas], [no], [compile C aMule Statistics], [CAS]) | ||
MULE_ARG_ENABLE([wxcas], [no], [compile aMule GUI Statistics], [WXCAS]) | ||
MULE_ARG_ENABLE([ed2k], [yes], [don't compile aMule ed2k links handler], [ED2K]) | ||
MULE_ARG_ENABLE([ed2k], [yes], [dont compile aMule ed2k links handler], [ED2K]) | ||
MULE_ARG_ENABLE([alc], [no], [compile aMuleLinkCreator GUI version], [ALC]) | ||
MULE_ARG_ENABLE([alcc], [no], [compile aMuleLinkCreator for console], [ALCC]) | ||
MULE_ARG_ENABLE([xas], [no], [install xas XChat2 plugin], [XAS]) | ||
|
@@ -94,7 +94,7 @@ QT_CONFIG_OPTIONS | |
AC_ARG_WITH( | ||
[gnu-malloc], | ||
[AS_HELP_STRING([--without-gnu-malloc], | ||
[Don't assume that we use GNU libc compatible malloc/realloc when cross-compiling])], | ||
[Dont assume that we use GNU libc compatible malloc/realloc when cross-compiling])], | ||
[gnumalloc=$withval], [gnumalloc=yes]) | ||
|
||
|
||
|
@@ -331,6 +331,11 @@ AC_LANG_POP([C++]) | |
dnl Sets gettext version. | ||
dnl AM_GNU_GETTEXT_VERSION *must not* be moved away from configure.in! | ||
AM_GNU_GETTEXT_VERSION(0.11.5) | ||
AM_GNU_GETTEXT([external]) | ||
#IT_PROG_INTLTOOL | ||
#GETTEXT_PACKAGE="amule" | ||
#AC_SUBST(GETTEXT_PACKAGE) | ||
#AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Translation domain used]) | ||
MULE_CHECK_NLS | ||
AC_LANG_PUSH([C++]) | ||
|
||
|
@@ -465,7 +470,6 @@ dnl Generate the Makefiles | |
AC_CONFIG_FILES([Makefile | ||
docs/Makefile | ||
docs/man/Makefile | ||
intl/Makefile | ||
po/Makefile.in | ||
src/Makefile | ||
src/pixmaps/Makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.