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 6c4999b57d4bcc1a2c9358f558aeab9dba63a499..57797a1376c2f478a820236e5e4b7d994df98fef 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 ca9a516e8e9e08eb2f90d33b4ea97cdc0bd60c4f..5dda3b5593c8baa840d83cde6b8192571e32a7b0 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              \