Check the program msgfmt.
authorhanda <handa>
Wed, 30 Jan 2008 11:21:35 +0000 (11:21 +0000)
committerhanda <handa>
Wed, 30 Jan 2008 11:21:35 +0000 (11:21 +0000)
configure.ac

index 5438287..c57b5d5 100644 (file)
@@ -29,6 +29,14 @@ AM_GNU_GETTEXT([external])
 AC_PROG_INSTALL
 AC_PROG_AWK
 
+AC_CHECK_PROG(HAVE_MSGFMT, msgfmt, yes)
+if test "x$HAVE_MSGFMT" != "xyes"; then
+  echo "  Please install the program \"msgfmt\" in advance."
+  echo "  It is usually included in the package \"gettext\"."
+  exit 1;
+else :
+fi
+
 # Checks for source data files.
 AC_ARG_WITH(charmaps,
   [  --with-charmaps=DIR     Directory of source files for charset maps.],