X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Facl.m4;h=b592dd471c3fff2d054019aee462b3113d32c8fd;hb=95d2aaeab5b8caa01c776d3afa097220cd8982b9;hp=7f6e4e575e752f305a1fa5f475d9d8111d279fd1;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/acl.m4 b/m4/acl.m4 index 7f6e4e575..b592dd471 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,6 +1,6 @@ # acl.m4 - check for access control list (ACL) primitives -# Copyright (C) 2002, 2004 Free Software Foundation, Inc. +# Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -9,6 +9,9 @@ AC_DEFUN([AC_FUNC_ACL], [ + AC_LIBSOURCES([acl.c, acl.h]) + AC_LIBOBJ([acl]) + dnl Prerequisites of lib/acl.c. AC_CHECK_HEADERS(sys/acl.h) AC_CHECK_FUNCS(acl)