aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:23:01 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:23:01 +0000
commit3cac54d21655df90eb20491148c0fa3b7ca7065f (patch)
tree970ec186d7b8f208dbde3fc5f84287e40f873649 /opcodes
parent987d643c0ff6c0d79d092b92fcf33d28673326d8 (diff)
downloadfsf-binutils-gdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.zip
fsf-binutils-gdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.tar.gz
fsf-binutils-gdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.tar.bz2
Fix unportable shell quoting.
/: Sync from GCC: PR bootstrap/44621 * configure.ac: Fix unportable shell quoting. * configure: Regenerate. config/: * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. gold/: * configure: Regenerate. intl/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index e219100..312fb74 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure: Regenerate.
+
2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-mkopc.c (enum s390_opcde_cpu_val): Add S390_OPCODE_Z196.
diff --git a/opcodes/configure b/opcodes/configure
index eb69ff4..fe7c01e 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -14862,7 +14862,7 @@ _LT_EOF
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.