diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-04 01:38:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-04 01:38:14 +0000 |
commit | 4b05962106d7e43d38b3996a272ea4ea957045ce (patch) | |
tree | beadc08fab686d3ce99dad4487a03fc8598c01b8 /m4 | |
parent | df142feab8c5103d81cf0dbfe765ea7b073a98c0 (diff) | |
download | coreutils-4b05962106d7e43d38b3996a272ea4ea957045ce.tar.xz |
add 100 to serial number
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4 index fedd3ee96..d0b484543 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 5 +# serial 105 AC_DEFUN(AM_WITH_NLS, [AC_MSG_CHECKING([whether NLS is requested]) |