Diff for /rpl/Attic/configure between versions 1.11 and 1.12

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

Removed from v.1.11  
changed lines
  Added in v.1.12


CVSweb interface <joel.bertrand@systella.fr>