+2006-08-28 Eric Blake <ebb9@byu.net>
+
+ * modules/inttypes (Depends-on): Fix sed error when inttypes.h
+ needs wrapper.
+
2006-08-27 Bruno Haible <bruno@clisp.org>
* gnulib-tool: New option --makefile-name.
Reported by Martin Lambers <marlam@marlam.de>.
2006-08-21 Mark D. Baushke <mdb@gnu.org>
- Bruno Haible <bruno@clisp.org>
+ Bruno Haible <bruno@clisp.org>
* gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
/bin/sh understanding of '!' conditional negation.
# doesn't have one that works with the given compiler.
inttypes.h: inttypes_.h
sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
- -e 's/@''ABSOLUTE_INTTYPES_H''@/$(ABSOLUTE_INTTYPES_H)/g' \
+ -e 's|@''ABSOLUTE_INTTYPES_H''@|$(ABSOLUTE_INTTYPES_H)|g' \
-e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
-e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \