bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix inadvertent change to modules/inttypes


From: Jim Meyering
Subject: fix inadvertent change to modules/inttypes
Date: Sat, 07 Oct 2006 20:53:11 +0200

Bruno, I'm sure you didn't mean to substitute s,|,/, in modules/inttypes.
That change makes builds fail on any system for which ABSOLUTE_INTTYPES_H
is nonempty.

2006-10-07  Jim Meyering  <address@hidden>

        * 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).

Index: modules/inttypes
===================================================================
RCS file: /sources/gnulib/gnulib/modules/inttypes,v
retrieving revision 1.13
diff -u -r1.13 inttypes
--- modules/inttypes    7 Oct 2006 14:54:51 -0000       1.13
+++ modules/inttypes    7 Oct 2006 18:49:27 -0000
@@ -23,7 +23,7 @@
        rm -f address@hidden $@
        { 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' \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]