diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-05 09:06:49 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:26 +0200 |
commit | 89cd2ecb2d17d9e5b41a959fc3e6ea2a3cd4c2bf (patch) | |
tree | 953807e98afc734e684827a8fd83ef470ec8d62a /gettext-runtime/m4/po.m4 | |
parent | 24eb95f8795f510e6e786043465fed5ce1a6c6da (diff) | |
download | external_gettext-89cd2ecb2d17d9e5b41a959fc3e6ea2a3cd4c2bf.zip external_gettext-89cd2ecb2d17d9e5b41a959fc3e6ea2a3cd4c2bf.tar.gz external_gettext-89cd2ecb2d17d9e5b41a959fc3e6ea2a3cd4c2bf.tar.bz2 |
Fix comment.
Diffstat (limited to 'gettext-runtime/m4/po.m4')
-rw-r--r-- | gettext-runtime/m4/po.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index 3624ac9..861e3de 100644 --- a/gettext-runtime/m4/po.m4 +++ b/gettext-runtime/m4/po.m4 @@ -19,8 +19,7 @@ dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003. -dnl Checks for all prerequisites of the po subdirectory, -dnl except for USE_NLS. +dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl |