summaryrefslogtreecommitdiff
path: root/m4/gettext.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-03 19:35:24 +0000
committerJim Meyering <jim@meyering.net>2000-04-03 19:35:24 +0000
commit2eaec5eafb897506283ead1d9ce100efabf1bd8b (patch)
tree1f214658d35dba11f08bfb5f2b4034f7343f9c53 /m4/gettext.m4
parent05595d49e16824bcd68c8a1bc52424a57ea05e0e (diff)
downloadgnulib-2eaec5eafb897506283ead1d9ce100efabf1bd8b.tar.gz
Fix typo in comment.
Diffstat (limited to 'm4/gettext.m4')
-rw-r--r--m4/gettext.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 6690538e75..3c68b52b5d 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -6,7 +6,7 @@
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
-# serial 108
+# serial 109
AC_PREREQ(2.13) dnl Minimum Autoconf version required.
@@ -286,7 +286,7 @@ strdup __argz_count __argz_stringify __argz_next])
dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
- dnl Try to locate is.
+ dnl Try to locate it.
MKINSTALLDIRS=
if test -n "$ac_aux_dir"; then
MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"