diff -r 2d5bac83fd18 -r c4d124ed9f8e scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Sun Mar 08 22:13:27 2009 +0000 +++ b/scripts/build/mpfr.sh Sun Apr 19 16:17:11 2009 +0000 @@ -42,7 +42,7 @@ # See: http://sourceware.org/ml/crossgcc/2008-11/msg00046.html # and: http://sourceware.org/ml/crossgcc/2008-11/msg00048.html libtoolize_opt= - case "$(libtoolize --version |head -n 1 |gawk '{ print $(NF); }')" in + case "$(libtoolize --version |head -n 1 |"${awk}" '{ print $(NF); }')" in 0.*) ;; 1.*) ;; *) libtoolize_opt=-i;;