Get rid of bash specific syntax for variable dereferencing, replacing it
authorReid Spencer <rspencer@reidspencer.com>
Mon, 25 Jul 2005 20:25:08 +0000 (20:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 25 Jul 2005 20:25:08 +0000 (20:25 +0000)
commit675267e4e22dd5b4017552cd58a12c9306e23592
tree9a1c4c281c4bd004b27a8888bdb28cf7d8927fc0
parentf075cac445c9aa2e7d251d7ca2eb0edc3355e9ce
Get rid of bash specific syntax for variable dereferencing, replacing it
with the more crufty (but more widely available) "eval" command.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22509 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/m4/find_std_program.m4