1 # BOOTSTRAPPING_GHC_INFO_FIELD
2 # --------------------------------
3 # Set the variable $1 to the value of the ghc --info field $2.
4 AC_DEFUN([BOOTSTRAPPING_GHC_INFO_FIELD],[
5 $1=`"$WithGhc" --info | grep "^ ,(\"$2\"," | sed -e 's/.*","//' -e 's/")$//'`
7 if test "${$1}" != "$tmp"
9 topdir=`"$WithGhc" --print-libdir | sed 's#\\\\#/#g'`