syntax-check: Fix typo.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 19:38:29 +0000 (21:38 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 19:40:24 +0000 (21:40 +0200)
* Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
printf-posix.m4.
Reported by Jim Meyering.

ChangeLog
Makefile

index 6c4999b..57797a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       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  <meyering@redhat.com>
 
        syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
index ca9a516..5dda3b5 100644 (file)
--- 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              \