X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fquote.m4;h=23286841cf677166938db98f1c8f91276a5e0010;hb=279067b9021cfd0935711cae3f3297ae4b3808af;hp=14ce1b6198493ebe8821e0ca1f2e29bf6ef10f71;hpb=552a680fa612218b68d4ef2f49bc276b95f6677b;p=gnulib.git diff --git a/m4/quote.m4 b/m4/quote.m4 index 14ce1b619..23286841c 100644 --- a/m4/quote.m4 +++ b/m4/quote.m4 @@ -1,13 +1,14 @@ -# quote.m4 serial 2 -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. +# quote.m4 serial 5 +dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, +dnl 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_LIBOBJ([quote]) + dnl Prerequisites of lib/quote.c. dnl (none) ])