diff options
author | Takashi Iwai <tiwai@suse.de> | 2004-12-29 16:10:47 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2004-12-29 16:10:47 +0000 |
commit | 0aa74e8d4d5065c1ba310808080fe0c303bd820e (patch) | |
tree | 2e959603645257ed8602cb7d4b61cd249badc747 /configure.in | |
parent | 533d55ed7eb67252abf3ed60fee66d0002440add (diff) | |
download | alsa-utils-0aa74e8d4d5065c1ba310808080fe0c303bd820e.tar.gz |
i18nize alsaconf
alsaconf is i18nized. Only ja.po is provided, so far.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2966aa2..94ac64e 100644 --- a/configure.in +++ b/configure.in @@ -4,6 +4,9 @@ AC_INIT(alsamixer/alsamixer.c) AC_PREFIX_DEFAULT(/usr) AM_INIT_AUTOMAKE(alsa-utils, 1.0.8rc1) +AM_GNU_GETTEXT([use-libtool]) +AM_GNU_GETTEXT_VERSION(0.14.1) + dnl Checks for programs. dnl try to gues cross-compiler if not set @@ -81,7 +84,9 @@ AC_PROG_GCC_TRADITIONAL SAVE_UTIL_VERSION AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \ + m4/Makefile \ alsaconf/alsaconf alsaconf/Makefile \ + alsaconf/po/Makefile \ aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \ utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile \ seq/aplaymidi/Makefile seq/aseqnet/Makefile \ |