Jim Meyering wrote:
> it complains about the following:
> 
>     m4/printf-posix-rpl.m4:  AC_LIBOBJ([printf])
>     Do not use AC_LIBOBJ in m4/*.m4;

This one was a typo in my mail. Fixed:

2011-06-16  Bruno Haible  <[email protected]>

        syntax-check: Fix typo.
        * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
        printf-posix.m4.
        Reported by Jim Meyering.

--- 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              \

-- 
In memoriam Imre Nagy <http://en.wikipedia.org/wiki/Imre_Nagy>

Reply via email to