--- rpl/Attic/configure 2010/03/17 14:14:35 1.11 +++ rpl/Attic/configure 2010/03/18 21:42:54 1.12 @@ -5838,13 +5838,13 @@ if test "${enable_final_encoding+set}" = enableval=$enable_final_encoding; if test "$enableval" = "no"; then FINAL_ENCODING="\$(shell locale charmap | \ - awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')" + $(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')" else FINAL_ENCODING="$enable_final_encoding" fi else FINAL_ENCODING="\$(shell locale charmap | \ - awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')" + $(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')" fi @@ -6388,8 +6388,8 @@ else fi -# Extract the first word of "awk", so it can be a program name with args. -set dummy awk; ac_word=$2 +# Extract the first word of "nawk", so it can be a program name with args. +set dummy nawk; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : @@ -6427,7 +6427,7 @@ fi if test "$AWK" = no; then - as_fn_error "Can not find awk !" "$LINENO" 5 + as_fn_error "Can not find nawk !" "$LINENO" 5 fi # Extract the first word of "sed", so it can be a program name with args.