summaryrefslogtreecommitdiff
path: root/m4/argmatch.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-09 09:40:56 +0000
committerJim Meyering <jim@meyering.net>2005-03-09 09:40:56 +0000
commitc8adb91412325ef35c0099c6145c234aa51b2d2f (patch)
treeed710eba314acc811db059c8edb4898594e3fdc6 /m4/argmatch.m4
parent7c7007fb8abb6adfbf016399ac90fca785d51e9d (diff)
downloadcoreutils-c8adb91412325ef35c0099c6145c234aa51b2d2f.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/argmatch.m4')
-rw-r--r--m4/argmatch.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/argmatch.m4 b/m4/argmatch.m4
new file mode 100644
index 000000000..c0d14cf3c
--- /dev/null
+++ b/m4/argmatch.m4
@@ -0,0 +1,14 @@
+#serial 1
+dnl Copyright (C) 2005 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.
+
+AC_DEFUN([gl_ARGMATCH],
+[
+ AC_LIBSOURCES([argmatch.c, argmatch.h])
+ AC_LIBOBJ([argmatch])
+
+ dnl Prerequisites.
+ AC_REQUIRE([gl_FUNC_MEMCMP])
+])