scripts/build/mpfr.sh
branchnewlib
changeset 1365 c4d124ed9f8e
parent 1251 2d5bac83fd18
child 1299 3448ac3f1a5d
     1.1 --- a/scripts/build/mpfr.sh	Sun Mar 08 22:13:27 2009 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Sun Apr 19 16:17:11 2009 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4                  # See: http://sourceware.org/ml/crossgcc/2008-11/msg00046.html
     1.5                  # and: http://sourceware.org/ml/crossgcc/2008-11/msg00048.html
     1.6                  libtoolize_opt=
     1.7 -                case "$(libtoolize --version |head -n 1 |gawk '{ print $(NF); }')" in
     1.8 +                case "$(libtoolize --version |head -n 1 |"${awk}" '{ print $(NF); }')" in
     1.9                      0.*)    ;;
    1.10                      1.*)    ;;
    1.11                      *)      libtoolize_opt=-i;;