X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fquote.m4;h=ca66b53aafd1dfe7d710a85c1c57abcedf8315a2;hb=d6067ec16649b3ebb477bd1023ddf48809b78837;hp=025911fef3af54cafb35e730f041b23e6087c169;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/quote.m4 b/m4/quote.m4 index 025911fef..ca66b53aa 100644 --- a/m4/quote.m4 +++ b/m4/quote.m4 @@ -1,13 +1,14 @@ -# quote.m4 serial 1 -dnl Copyright (C) 2002 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. +# quote.m4 serial 4 +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_QUOTE], [ + AC_LIBSOURCES([quote.c, quote.h]) + AC_LIBOBJ([quote]) + dnl Prerequisites of lib/quote.c. - AC_CHECK_HEADERS_ONCE(stddef.h) + dnl (none) ])