diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-14 13:10:04 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-14 13:10:04 +0000 |
| commit | 07d99b7598147ed0f92cb6ea93a934ed404fd37a (patch) | |
| tree | 35db409054c5e814344461ca521f540d30b02e8c /configure.ac | |
| parent | 2851d32f59319267fb179868fd2270e3f672fa41 (diff) | |
* autogen.sh: automatically call ./configure
* configure.ac: added supported languages de fr he it ja sv
* po/: added language files from gtkpod project
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1089 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eeb1460..06ba65d 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_SUBST(LIBGPOD_LIBS) dnl ************************************************** dnl * internationalization support dnl ************************************************** -ALL_LINGUAS="" +ALL_LINGUAS="de fr he it ja sv" GETTEXT_PACKAGE=libgpod AC_SUBST(GETTEXT_PACKAGE) |
