Added i18n related files and configuration
This commit is contained in:
parent
7bbf0d8014
commit
9a70178240
@ -11,6 +11,11 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
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], [atan2])
|
||||
AC_CHECK_LIB([m], [fmod])
|
||||
@ -41,5 +46,6 @@ AC_CONFIG_FILES([
|
||||
Makefile
|
||||
swe/src/Makefile
|
||||
src/Makefile
|
||||
po/Makefile.in
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
2
po/LINGUAS
Normal file
2
po/LINGUAS
Normal file
@ -0,0 +1,2 @@
|
||||
# please keep this list sorted alphabetically
|
||||
#
|
3
po/POTFILES.in
Normal file
3
po/POTFILES.in
Normal file
@ -0,0 +1,3 @@
|
||||
# List of source files containing traslatable strings.
|
||||
|
||||
src/gradix.c
|
Loading…
Reference in New Issue
Block a user