Browse Source

Add missing '$' in configure.ac.

2016-11-04  Loïc Yhuel <loic.yhuel@softathome.com>

gold/
        * configure.ac: add missing '$'.
        * configure: Regenerate.
binutils-2_28-branch
Loïc Yhuel 10 years ago
committed by Cary Coutant
parent
commit
7a34932bce
  1. 5
      gold/ChangeLog
  2. 2
      gold/configure
  3. 2
      gold/configure.ac

5
gold/ChangeLog

@ -1,3 +1,8 @@
2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com>
* configure.ac: add missing '$'.
* configure: Regenerate.
2016-10-21 Gergely Nagy <ngg@tresorit.com>
PR gold/17704

2
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}/'*| \

2
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}/'*| \

Loading…
Cancel
Save