*** empty log message ***
[m17n/m17n-im-config.git] / configure.ac
index ffe28ba..7a99e86 100644 (file)
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(src/config.h)
 
 AC_GNU_SOURCE
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.14.4)
 GETTEXTDIR="$datadir/locale"
 AC_SUBST(GETTEXTDIR)
@@ -52,10 +52,10 @@ PKG_CHECK_MODULES(GTK2, [gtk+-2.0 >= 2.4.0])
 
 AC_ARG_ENABLE(program,
              AC_HELP_STRING([--enable-program],
-                            [enable a standalone program (default is YES)]))
+                            [enable a standalone program m17n-im-config (default is YES)]))
 AM_CONDITIONAL(ENABLE_PROG, test x$enable_program != xno)
 
-AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in po/Makefile
+AC_CONFIG_FILES([Makefile po/Makefile.in po/Makefile
                 m17n-im-config.pc                        
                  src/Makefile
                 ])