X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fprintf-posix-rpl.m4;h=26124a1235ec7d536b0e31973f27714a965023d3;hb=fa8d786628cd8a1dbd2194e7776bea07f97cca99;hp=f17be16c7d5981903c35edf50094aead538655a2;hpb=9ff044ec4deb16682a04fb608b2576f205da48e3;p=gnulib.git diff --git a/m4/printf-posix-rpl.m4 b/m4/printf-posix-rpl.m4 index f17be16c7..26124a123 100644 --- a/m4/printf-posix-rpl.m4 +++ b/m4/printf-posix-rpl.m4 @@ -1,5 +1,5 @@ -# printf-posix-rpl.m4 serial 2 -dnl Copyright (C) 2007-2008 Free Software Foundation, Inc. +# printf-posix-rpl.m4 serial 3 +dnl Copyright (C) 2007-2010 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. @@ -17,7 +17,7 @@ AC_DEFUN([gl_REPLACE_PRINTF], AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_LIBOBJ([printf]) REPLACE_PRINTF=1 - AC_DEFINE([REPLACE_PRINTF_POSIX], 1, + AC_DEFINE([REPLACE_PRINTF_POSIX], [1], [Define if printf is overridden by a POSIX compliant gnulib implementation.]) gl_PREREQ_PRINTF ])