From: Loïc Yhuel Date: Mon, 7 Nov 2016 16:00:21 +0000 (-0800) Subject: Add missing '$' in configure.ac. X-Git-Tag: users/ARM/embedded-binutils-master-2016q4~325 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a34932bce1342c970a03128bbccc5a81ae3da6b;p=thirdparty%2Fbinutils-gdb.git Add missing '$' in configure.ac. 2016-11-04 Loïc Yhuel gold/ * configure.ac: add missing '$'. * configure: Regenerate. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 08b4a0a16c3..0013288a955 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2016-11-04 Loïc Yhuel + + * configure.ac: add missing '$'. + * configure: Regenerate. + 2016-10-21 Gergely Nagy PR gold/17704 diff --git a/gold/configure b/gold/configure index 343a407c112..a3ed5c99706 100755 --- a/gold/configure +++ b/gold/configure @@ -3266,7 +3266,7 @@ fi sysroot_relocatable=0 if test -n "$sysroot"; then - case "sysroot" in + case "$sysroot" in "${prefix}" | "${prefix}/"* | \ "${exec_prefix}" | "${exec_prefix}/"* | \ '${prefix}' | '${prefix}/'*| \ diff --git a/gold/configure.ac b/gold/configure.ac index de3b63038a2..ff9f1fd6a4a 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -49,7 +49,7 @@ fi sysroot_relocatable=0 if test -n "$sysroot"; then - case "sysroot" in + case "$sysroot" in "${prefix}" | "${prefix}/"* | \ "${exec_prefix}" | "${exec_prefix}/"* | \ '${prefix}' | '${prefix}/'*| \