From 4b7a79b005c9cc286e8df66285d32393f60c27ae Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 16 Jun 2011 21:38:29 +0200 Subject: [PATCH 1/1] syntax-check: Fix typo. * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not printf-posix.m4. Reported by Jim Meyering. --- ChangeLog | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c4999b57d..57797a1376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-06-16 Bruno Haible + + syntax-check: Fix typo. + * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not + printf-posix.m4. + Reported by Jim Meyering. + 2011-06-13 Jim Meyering syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy diff --git a/Makefile b/Makefile index ca9a516e8e..5dda3b5593 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ allow_AC_LIBOBJ = \ fcntl \ fprintf-posix \ open \ - printf-posix \ + printf-posix-rpl \ snprintf \ sprintf-posix \ stdio_h \ -- 2.30.2