i18n autofu

This commit is contained in:
Alexander Kojevnikov 2010-04-27 21:49:07 +10:00
parent 78b12f6dd2
commit 7dc78f6e62
7 changed files with 28 additions and 2 deletions

4
.gitignore vendored

@ -11,8 +11,12 @@ libtool
ltmain.sh
Makefile
Makefile.in
Makefile.in.in
missing
mkinstalldirs
omf.make
po/POTFILES
po/stamp-it
src/*.o
src/spek
stamp-h1

@ -0,0 +1,2 @@
Alexander Kojevnikov <alexander@kojevnikov.com>

@ -0,0 +1 @@
See `git log`

@ -1,3 +1,7 @@
SUBDIRS = src
EXTRA_DIST = HACKING
SUBDIRS = src po
EXTRA_DIST = \
HACKING
autogen.sh
CLEANFILES = *~

@ -7,11 +7,21 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL
dnl ***************************************************************************
dnl Internatinalization
dnl ***************************************************************************
GETTEXT_PACKAGE=spek
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.35.0])
AM_PATH_GTK_2_0([2.10.0],,AC_MSG_ERROR([Gtk+ 2.10.0 or higher required.]))
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
po/Makefile.in
])
AC_OUTPUT

2
po/LINGUAS Normal file

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

3
po/POTFILES.in Normal file

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