Diff for /rpl/Attic/configure.in between versions 1.35 and 1.36

version 1.35, 2010/08/12 14:14:58 version 1.36, 2010/08/13 21:02:19
Line 791  AC_FUNC_VPRINTF Line 791  AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(ftime getcwd putenv select strcspn strdup \  AC_CHECK_FUNCS(ftime getcwd putenv select strcspn strdup \
         strerror strspn strstr strtod)          strerror strspn strstr strtod)
   
 AC_CONFIG_SUBDIRS(tools/$NCURSES)  
 AC_CONFIG_SUBDIRS(tools/$READLINE)  
 AC_CONFIG_SUBDIRS(tools/$GSL)  
 AC_CONFIG_SUBDIRS(tools/$GPP)  
 AC_CONFIG_SUBDIRS(tools/$FILE)  
 AC_CONFIG_SUBDIRS(tools/$ICONV)  
 AC_CONFIG_SUBDIRS(tools/$SQLITE)  
 AC_CONFIG_SUBDIRS(tools/$UNITS)  
   
 dnl Check for OpenSSL os/comp  dnl Check for OpenSSL os/comp
 AC_ARG_WITH(openssl_arch,  AC_ARG_WITH(openssl_arch,
 [  --with-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)],  [  --with-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)],
 [], [with_openssl_arch=none])  [], [with_openssl_arch=none])
   
 if test $(uname) = "OS/2"; then  if test $(uname) = "OS/2"; then
     (cd tools/$OPENSSL && os2/OS2-EMX.cmd)      bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"
 else  else
     if test "x$with_openssl_arch" = xnone; then      if test "x$with_openssl_arch" = xnone; then
         (cd tools/$OPENSSL && ./config)          (cd tools/$OPENSSL && ./config)
Line 821  else Line 812  else
     fi      fi
 fi  fi
   
   AC_CONFIG_SUBDIRS(tools/$NCURSES)
   AC_CONFIG_SUBDIRS(tools/$READLINE)
   AC_CONFIG_SUBDIRS(tools/$GSL)
   AC_CONFIG_SUBDIRS(tools/$GPP)
   AC_CONFIG_SUBDIRS(tools/$FILE)
   AC_CONFIG_SUBDIRS(tools/$ICONV)
   AC_CONFIG_SUBDIRS(tools/$SQLITE)
   AC_CONFIG_SUBDIRS(tools/$UNITS)
   
 if test "$MYGNUPLOT" = "yes"; then  if test "$MYGNUPLOT" = "yes"; then
     if test ! -d "$srcdir"/tools/$GNUPLOT; then      if test ! -d "$srcdir"/tools/$GNUPLOT; then
         gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \          gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \

Removed from v.1.35  
changed lines
  Added in v.1.36


CVSweb interface <joel.bertrand@systella.fr>