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

version 1.10, 2010/03/09 10:18:41 version 1.11, 2010/03/17 14:14:35
Line 6061  if test ! -d "$srcdir"/tools/$SQLITE; th Line 6061  if test ! -d "$srcdir"/tools/$SQLITE; th
 fi  fi
 if test ! -d tools/$OPENSSL; then  if test ! -d tools/$OPENSSL; then
     gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \      gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
             (cd tools && tar -xf -)              (cd tools && tar -xf - && cd $OPENSSL && ./config)
 fi  fi
   
 # Extract the first word of "libtoolize", so it can be a program name with args.  # Extract the first word of "libtoolize", so it can be a program name with args.

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


CVSweb interface <joel.bertrand@systella.fr>