diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-22 15:18:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-22 15:18:47 +0000 |
commit | cbed45a540b3a4cb0383bd66d260274966f69273 (patch) | |
tree | d07a92c88efe09e2507918c9ebf12867cdcf1cd9 | |
parent | bfcb6bacf88563d829509a1ea2c540eb545ae91e (diff) | |
download | coreutils-cbed45a540b3a4cb0383bd66d260274966f69273.tar.xz |
decrement serial number to sync with gettext
-rw-r--r-- | m4/isc-posix.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/isc-posix.m4 b/m4/isc-posix.m4 index 7d338d925..99c899ce5 100644 --- a/m4/isc-posix.m4 +++ b/m4/isc-posix.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 1 # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro # because gettext's gettext.m4 (distributed in the automake package) |