X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fxreadlink.m4;h=c59b4a73494447e1b1669f566c697125b475270b;hb=cc3145bc3a0324d93fc8a9b7b7dcf5ea9f901b1e;hp=25d04bb3e919161c3eac96fad9713f5d2a36086c;hpb=cc71bae5283fe536723fa6eee6d1a7fadae942b8;p=gnulib.git diff --git a/m4/xreadlink.m4 b/m4/xreadlink.m4 index 25d04bb3e..c59b4a734 100644 --- a/m4/xreadlink.m4 +++ b/m4/xreadlink.m4 @@ -1,14 +1,14 @@ -# xreadlink.m4 serial 3 -dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +#serial 7 +dnl Copyright (C) 2002, 2003, 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_XREADLINK], [ + AC_LIBSOURCES([xreadlink.c, xreadlink.h]) + AC_LIBOBJ([xreadlink]) + dnl Prerequisites of lib/xreadlink.c. AC_REQUIRE([gt_TYPE_SSIZE_T]) - AC_CHECK_HEADERS_ONCE(stdlib.h sys/types.h unistd.h) ])