Eric Blake wrote: > One more issue - when the replacement is needed, > inttypes-pri.m4 AC_SUBST's PRI_MACROS_BROKEN as the empty string when they > work, rather than defining it to 0; which resulted in lots of preprocessor > compilation errors: > > make[2]: Entering directory `/home/eblake/tar/lib' > sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \ > -e 's|@''ABSOLUTE_INTTYPES_H''@|"///usr/include/inttypes.h"|g' \ > -e 's/@''PRI_MACROS_BROKEN''@//g' \
Huh? Where does this come from? Do you have inttypes-pri.m4 serial 3? (If you are also using autopoint, you need to make sure the files gotten from autopoint get overwritten by those from gnulib-tool.) It sets PRI_MACROS_BROKEN always to 0 or 1, never to empty. ??? Bruno