an inadvertent part of today's change: use "|", not "/" in the
substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
+2006-10-07 Jim Meyering <jim@meyering.net>
+
+ * modules/inttypes (inttypes.h): Revert what seems to have been
+ an inadvertent part of today's change: use "|", not "/" in the
+ substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
+
2006-10-07 Bruno Haible <bruno@clisp.org>
* modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
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' \