X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fprintf-posix-rpl.m4;h=3106a78f1386c31724fcb0541d7f0b83e2f6d3d0;hb=cb7317d75af2de40fecdd949e3fb11a85b09e10a;hp=465fb5d699bf0f7c5e5bc34ebf206d85010ee6da;hpb=2436c6848a2e41d23eb1df0d8f5afa466e98780d;p=gnulib.git diff --git a/m4/printf-posix-rpl.m4 b/m4/printf-posix-rpl.m4 index 465fb5d69..3106a78f1 100644 --- a/m4/printf-posix-rpl.m4 +++ b/m4/printf-posix-rpl.m4 @@ -1,5 +1,5 @@ -# printf-posix-rpl.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# printf-posix-rpl.m4 serial 3 +dnl Copyright (C) 2007-2009 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,6 +17,8 @@ AC_DEFUN([gl_REPLACE_PRINTF], AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_LIBOBJ([printf]) REPLACE_PRINTF=1 + AC_DEFINE([REPLACE_PRINTF_POSIX], [1], + [Define if printf is overridden by a POSIX compliant gnulib implementation.]) gl_PREREQ_PRINTF ])