* modules/inttypes (inttypes.h): Revert what seems to have been
authorJim Meyering <jim@meyering.net>
Sat, 7 Oct 2006 18:57:13 +0000 (18:57 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Oct 2006 18:57:13 +0000 (18:57 +0000)
an inadvertent part of today's change: use "|", not "/" in the
substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).

ChangeLog
modules/inttypes

index 710ecd1dd447e72ed5acefb2cea25b07a83c541f..ec975d15e96e90310562345777d9f254aebc8b3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index d61614b28e3d0f35822d5b2652d36fa66382da11..2deaeea7e69a48c92990fc4df47c58ee3678386d 100644 (file)
@@ -23,7 +23,7 @@ inttypes.h: inttypes_.h
        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' \