summaryrefslogtreecommitdiff
path: root/m4/argmatch.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-11 07:39:40 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-11 07:39:40 +0000
commitb5284da0c0f8700376f423f5d4191a45be6ac932 (patch)
tree83111d0b458079cb005ad182fdce752d0364b13c /m4/argmatch.m4
parentd5dcff83626c66e41682b6a0f33a9bc8d038c54e (diff)
downloadcoreutils-b5284da0c0f8700376f423f5d4191a45be6ac932.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/argmatch.m4')
-rw-r--r--m4/argmatch.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/m4/argmatch.m4 b/m4/argmatch.m4
index c0d14cf3c..cdf952233 100644
--- a/m4/argmatch.m4
+++ b/m4/argmatch.m4
@@ -1,5 +1,5 @@
-#serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 2
+dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -8,7 +8,4 @@ AC_DEFUN([gl_ARGMATCH],
[
AC_LIBSOURCES([argmatch.c, argmatch.h])
AC_LIBOBJ([argmatch])
-
- dnl Prerequisites.
- AC_REQUIRE([gl_FUNC_MEMCMP])
])