Diff for /rpl/Attic/configure between versions 1.33 and 1.34

version 1.33, 2010/08/09 13:52:12 version 1.34, 2010/08/13 21:02:18
Line 610  GSL Line 610  GSL
 UNITS  UNITS
 READLINE  READLINE
 NCURSES  NCURSES
   IPV6
 SEMUN  SEMUN
 SEMAPHORES_SYSV  SEMAPHORES_SYSV
 SEMAPHORES_NOMMES  SEMAPHORES_NOMMES
Line 6923  else Line 6924  else
 fi  fi
   
   
   ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "
   #include <netinet/in.h>
   
   "
   if test "x$ac_cv_type_struct_sockaddr_in6" = x""yes; then :
     IPV6=-DIPV6
   else
     IPV6=-UIPV6
   fi
   
   
 if test "$CYGWIN" != yes; then  if test "$CYGWIN" != yes; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }  $as_echo_n "checking for dlopen in -ldl... " >&6; }
Line 8907  done Line 8919  done
   
   
   
   
 subdirs="$subdirs tools/$NCURSES"  
   
 subdirs="$subdirs tools/$READLINE"  
   
 subdirs="$subdirs tools/$GSL"  
   
 subdirs="$subdirs tools/$GPP"  
   
 subdirs="$subdirs tools/$FILE"  
   
 subdirs="$subdirs tools/$ICONV"  
   
 subdirs="$subdirs tools/$SQLITE"  
   
 subdirs="$subdirs tools/$UNITS"  
   
   
   
 # Check whether --with-openssl_arch was given.  # Check whether --with-openssl_arch was given.
 if test "${with_openssl_arch+set}" = set; then :  if test "${with_openssl_arch+set}" = set; then :
   withval=$with_openssl_arch;    withval=$with_openssl_arch;
Line 8935  fi Line 8928  fi
   
   
 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 8950  else Line 8943  else
     fi      fi
 fi  fi
   
   
   
   subdirs="$subdirs tools/$NCURSES"
   
   subdirs="$subdirs tools/$READLINE"
   
   subdirs="$subdirs tools/$GSL"
   
   subdirs="$subdirs tools/$GPP"
   
   subdirs="$subdirs tools/$FILE"
   
   subdirs="$subdirs tools/$ICONV"
   
   subdirs="$subdirs tools/$SQLITE"
   
   subdirs="$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 | \
Line 9040  case $OS in Line 9052  case $OS in
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
     break ;;      break ;;
   
       Interix)
           EXPORT_DYNAMIC=-Wl,--export-all-symbols
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
           SEMAPHORES_SYSV=-USEMAPHORES_SYSV
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static"
           C_STANDARD=-std=gnu99
       break;;
   
     AIX)      AIX)
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
Line 9053  case $OS in Line 9075  case $OS in
     OS/2)      OS/2)
         MALLOC=          MALLOC=
         OS=OS2          OS=OS2
         FINAL_ENCODING=UTF-8          FINAL_ENCODING=CP850
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         EXPORT_DYNAMIC=-Zmap          EXPORT_DYNAMIC=-Zmap
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES          SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
Line 9077  esac Line 9099  esac
   
   
   
   
   
   
   

Removed from v.1.33  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>