]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid double-quotes inside backquote inside double-quote.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jun 2010 00:51:16 +0000 (02:51 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 30 Aug 2010 20:58:32 +0000 (22:58 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/po.m4

index f92f8b6747aab032e44601b5789b0bdca346e43e..f714e7dfcead101858ea2d0765185bdb4a366090 100644 (file)
@@ -1,3 +1,10 @@
+2010-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Avoid double-quotes inside backquote inside double-quote.
+       * gettext-runtime/m4/po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE):
+       Remove unneeded outermost double-quotes around backquote that contains
+       double-quoted strings. Avoids an idiom that nearly triggers a ksh bug.
+
 2010-06-04  Bruno Haible  <bruno@clisp.org>
 
        Prefer documented low-level autoconf macro names.
index 47f36a41a07323392df3f8ab862e27d98facfd76..5f628c0e407ae45ea9f18b841dc7a3669fb5888c 100644 (file)
@@ -1,4 +1,4 @@
-# po.m4 serial 17 (gettext-0.18)
+# po.m4 serial 18 (gettext-0.18.2)
 dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -102,7 +102,7 @@ changequote([,])dnl
       case "$ac_file" in */Makefile.in)
         # Adjust a relative srcdir.
         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
-        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
         # In autoconf-2.13 it is called $ac_given_srcdir.
         # In autoconf-2.50 it is called $srcdir.
@@ -226,7 +226,7 @@ AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
 changequote(,)dnl
   # Adjust a relative srcdir.
   ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
-  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
   ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
   # In autoconf-2.13 it is called $ac_given_srcdir.
   # In autoconf-2.50 it is called $srcdir.