From 3cac54d21655df90eb20491148c0fa3b7ca7065f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 27 Sep 2010 20:23:01 +0000 Subject: 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. --- binutils/ChangeLog | 4 ++++ binutils/configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 087293c..e8ea6ba 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-09-27 Ralf Wildenhues + + * configure: Regenerate. + 2010-09-22 Mike Frysinger * MAINTAINERS: Add self as ADI Blackfin maintainer. diff --git a/binutils/configure b/binutils/configure index 7e8e3d1..02b05fb 100755 --- a/binutils/configure +++ b/binutils/configure @@ -16325,7 +16325,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. -- cgit v1.1