Diff for /rpl/Attic/configure.in between versions 1.10 and 1.12

version 1.10, 2010/03/06 18:29:05 version 1.12, 2010/03/17 14:14:35
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.0.12])  AC_INIT([rpl],[4.0.13])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
Line 266  if test ! -d "$srcdir"/tools/$SQLITE; th Line 266  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
   
 AC_CHECK_PROG(LIBTOOLIZE, libtoolize, yes, no)  AC_CHECK_PROG(LIBTOOLIZE, libtoolize, yes, no)

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


CVSweb interface <joel.bertrand@systella.fr>