diff options
author | Judd Vinet <judd@archlinux.org> | 2006-06-28 05:37:15 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-06-28 05:37:15 +0000 |
commit | 7236dd32872f0eeed21a97d15807f0ef27f45a20 (patch) | |
tree | 0e0b6e028c502ec6c9beb34ffa7977b5c57c19df /configure.ac | |
parent | 1a30bc554d7d29f68515ab3feb308df7762918b3 (diff) | |
download | pacman-7236dd32872f0eeed21a97d15807f0ef27f45a20.tar.xz |
i18n stuff
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 43f05519..7a0cc559 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,8 @@ AC_LANG(C) AM_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.13.1) dnl Host dependant flags case "${host}" in @@ -170,8 +172,10 @@ dnl ========================================================================== AC_OUTPUT([ lib/libalpm/Makefile +lib/libalpm/po/Makefile.in lib/libftp/Makefile src/pacman/Makefile +src/pacman/po/Makefile.in src/util/Makefile scripts/Makefile doc/Makefile |