1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-26 17:16:01 +02:00
Files
coreutils/m4/argmatch.m4
2006-01-11 07:39:40 +00:00

12 lines
360 B
Plaintext

#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.
AC_DEFUN([gl_ARGMATCH],
[
AC_LIBSOURCES([argmatch.c, argmatch.h])
AC_LIBOBJ([argmatch])
])