Added i18n related files and configuration

This commit is contained in:
Gergely Polonkai 2013-07-17 17:02:03 +02:00
parent 7bbf0d8014
commit 9a70178240
3 changed files with 11 additions and 0 deletions

View File

@ -11,6 +11,11 @@ AM_PROG_CC_C_O
AM_PROG_AR AM_PROG_AR
LT_INIT LT_INIT
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=gradix
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name])
AM_LIB_GNU_GETTEXT
AC_CHECK_LIB([m], [sincos]) AC_CHECK_LIB([m], [sincos])
AC_CHECK_LIB([m], [atan2]) AC_CHECK_LIB([m], [atan2])
AC_CHECK_LIB([m], [fmod]) AC_CHECK_LIB([m], [fmod])
@ -41,5 +46,6 @@ AC_CONFIG_FILES([
Makefile Makefile
swe/src/Makefile swe/src/Makefile
src/Makefile src/Makefile
po/Makefile.in
]) ])
AC_OUTPUT AC_OUTPUT

2
po/LINGUAS Normal file
View File

@ -0,0 +1,2 @@
# please keep this list sorted alphabetically
#

3
po/POTFILES.in Normal file
View File

@ -0,0 +1,3 @@
# List of source files containing traslatable strings.
src/gradix.c