* modules/inttypes (Depends-on): Fix sed error when inttypes.h
authorEric Blake <ebb9@byu.net>
Mon, 28 Aug 2006 16:01:30 +0000 (16:01 +0000)
committerEric Blake <ebb9@byu.net>
Mon, 28 Aug 2006 16:01:30 +0000 (16:01 +0000)
needs wrapper.

ChangeLog
modules/inttypes

index cb0d221..cce0923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 75c4e04..8c72cb6 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_DIST += inttypes_.h
 # 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' \