From: Bruno Haible Date: Thu, 16 Jun 2011 19:38:29 +0000 (+0200) Subject: syntax-check: Fix typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7a79b005c9cc286e8df66285d32393f60c27ae;hp=0a9fbea492750b699f5bf721a475ca4d0bfb1332;p=pspp syntax-check: Fix typo. * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not printf-posix.m4. Reported by Jim Meyering. --- 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 \