diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-01-04 20:30:20 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-01-04 20:30:20 +0000 |
commit | 5d919982e44bae40e8f9f0c57713b870e7a96582 (patch) | |
tree | 04eb084081461cbf15faebad6e3d67ad98673190 | |
parent | a1ac08dbe02ba5e6d76ffd69682f3f9c9b515580 (diff) | |
download | xine-lib-5d919982e44bae40e8f9f0c57713b870e7a96582.tar.gz xine-lib-5d919982e44bae40e8f9f0c57713b870e7a96582.tar.bz2 |
# isn't m4 comment
CVS patchset: 5995
CVS date: 2004/01/04 20:30:20
-rw-r--r-- | m4/_xine.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 0ef737fd4..43c0faba8 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -263,10 +263,10 @@ AC_DEFUN([AC_CHECK_IP_MREQN], ]) -# AC_PROG_GMSGFMT_PLURAL -# ---------------------- -# Validate the GMSGFMT program found by gettext.m4; reject old versions -# of GNU msgfmt that do not support the "msgid_plural" extension. +dnl AC_PROG_GMSGFMT_PLURAL +dnl ---------------------- +dnl Validate the GMSGFMT program found by gettext.m4; reject old versions +dnl of GNU msgfmt that do not support the "msgid_plural" extension. AC_DEFUN([AC_PROG_GMSGFMT_PLURAL], [dnl AC_REQUIRE(AM_GNU_GETTEXT) @@ -296,7 +296,7 @@ _ACEOF fi rm -f conftest.po fi -])# AC_PROG_GMSGFMT_PLURAL +])dnl AC_PROG_GMSGFMT_PLURAL # AC_PROG_LIBTOOL_SANITYCHECK |