From 85e8307431a62ea40a47a4300ac126c53c669f41 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 27 Sep 2010 20:22:45 +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. --- gprof/ChangeLog | 4 ++++ gprof/configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gprof') diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 91483bf2ae..58b02c1cbb 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2010-09-27 Ralf Wildenhues + + * configure: Regenerate. + 2010-07-16 James Blackburn * corefile.c (core_sym_class): Fix handling of subprogram names diff --git a/gprof/configure b/gprof/configure index 57e91da21c..fd4544aee9 100755 --- a/gprof/configure +++ b/gprof/configure @@ -14393,7 +14393,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.2.1