diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-09 09:40:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-09 09:40:56 +0000 |
commit | c8adb91412325ef35c0099c6145c234aa51b2d2f (patch) | |
tree | ed710eba314acc811db059c8edb4898594e3fdc6 | |
parent | 7c7007fb8abb6adfbf016399ac90fca785d51e9d (diff) | |
download | coreutils-c8adb91412325ef35c0099c6145c234aa51b2d2f.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/argmatch.m4 | 14 |
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]) +]) |