Diff for /rpl/Attic/configure between versions 1.79 and 1.80

version 1.79, 2011/09/15 20:58:06 version 1.80, 2011/09/16 14:42:01
Line 562  PACKAGE_STRING='rpl 4.1.3' Line 562  PACKAGE_STRING='rpl 4.1.3'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
   enable_option_checking=no
 ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
 # Factoring default headers for most tests.  # Factoring default headers for most tests.
 ac_includes_default="\  ac_includes_default="\
Line 599  ac_includes_default="\ Line 600  ac_includes_default="\
 # include <unistd.h>  # include <unistd.h>
 #endif"  #endif"
   
 enable_option_checking=no  
 ac_subst_vars='am__EXEEXT_FALSE  ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE  am__EXEEXT_TRUE
 LTLIBOBJS  LTLIBOBJS
 LIBOBJS  LIBOBJS
   LIBMOTIF
   INCMOTIF
 GIAC  GIAC
 PARI  PARI
 COCOA  COCOA
Line 615  EXT_SQL Line 617  EXT_SQL
 DATE_FR  DATE_FR
 FINAL_ENCODING  FINAL_ENCODING
 SIGSEGV  SIGSEGV
   BUILD_OPENMOTIF
 OPENMOTIF  OPENMOTIF
 OPENSSL  OPENSSL
 SQLITE  SQLITE
Line 638  C_STANDARD Line 641  C_STANDARD
 OS  OS
 HOST  HOST
 GNUPLOT_COMPILATION  GNUPLOT_COMPILATION
 subdirs  
 EGREP  EGREP
 GREP  GREP
 libPgSQLlib  libPgSQLlib
Line 669  RANLIB Line 671  RANLIB
 LN_S  LN_S
 RUNPATH  RUNPATH
 PROFILAGE  PROFILAGE
   subdirs
 LIBRPLCAS  LIBRPLCAS
 RPLCAS  RPLCAS
 ABI  ABI
Line 822  FC Line 825  FC
 FCFLAGS  FCFLAGS
 XMKMF  XMKMF
 CPP'  CPP'
 ac_subdirs_all='tools/$GNUPLOT  ac_subdirs_all='tools/$LIBXPM
   tools/$OPENMOTIF
   tools/$GNUPLOT
 tools/$NCURSES  tools/$NCURSES
 tools/$READLINE  tools/$READLINE
 tools/$GSL  tools/$GSL
Line 3259  ICONV=libiconv-1.13.1 Line 3264  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.7.1  SQLITE=sqlite-3.7.7.1
 OPENSSL=openssl-1.0.0e  OPENSSL=openssl-1.0.0e
 OPENMOTIF=openmotif-2.3.3  OPENMOTIF=openmotif-2.3.3
   LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.6  SIGSEGV=libsigsegv-2.6
   
 GMP=gmp-5.0.2  GMP=gmp-5.0.2
Line 6096  fi Line 6102  fi
 fi  fi
   
   
   libX=""
   LIBMOTIF=""
   INCMOTIF=""
   BUILD_OPENMOTIF=""
   
 # Check whether --enable-motif was given.  # Check whether --enable-motif was given.
 if test "${enable_motif+set}" = set; then :  if test "${enable_motif+set}" = set; then :
   enableval=$enable_motif;    enableval=$enable_motif;
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     MOTIF_SUPPORT="-UMOTIF_SUPPORT"      MOTIF_SUPPORT="-UMOTIF_SUPPORT"
 else  else
     CFLAGS_ORIG=$CFLAGS      MOTIF_SUPPORT="-DMOTIF_SUPPORT"
     LIBS_ORIG=$LIBS  fi
     CFLAGS="$CFLAGS $X_CFLAGS"  
     LIBS="$LIB $X_LIBS"  
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5  
 $as_echo_n "checking for main in -lXm... " >&6; }  
 if ${ac_cv_lib_Xm_main+:} false; then :  
   $as_echo_n "(cached) " >&6  
 else  else
   ac_check_lib_save_LIBS=$LIBS    if test "$have_x" == "yes"; then
 LIBS="-lXm  $LIBS"      MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
   
   
 int  
 main ()  
 {  
 return main ();  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_link "$LINENO"; then :  
   ac_cv_lib_Xm_main=yes  
 else  else
   ac_cv_lib_Xm_main=no      MOTIF_SUPPORT="-UMOTIF_SUPPORT"
 fi  
 rm -f core conftest.err conftest.$ac_objext \  
     conftest$ac_exeext conftest.$ac_ext  
 LIBS=$ac_check_lib_save_LIBS  
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5  
 $as_echo "$ac_cv_lib_Xm_main" >&6; }  
 if test "x$ac_cv_lib_Xm_main" = xyes; then :  
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"  
 else  
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"  
 fi  fi
   
     if test "$MOTIF_SUPPORT" = "-UMOTIF_SUPPORT"; then  
         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can not find Motif! You may install it.  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then
 Motif flag is disabled.      libX="$X_LIBS -lXt -lX11"
 " >&5      LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \
 $as_echo "$as_me: WARNING: Can not find Motif! You may install it.              \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"
 Motif flag is disabled.      INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \
 " >&2;}              -I\$(top_builddir)/tools/$OPENMOTIF/lib \
     fi              -I\$(top_builddir)/tools/$LIBXPM/include"
     LIBS=$LIBS_ORIG      BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"
     CFLAGS=$CFLAGS_ORIG  
 fi  
 else  
   MOTIF_SUPPORT=guessed  
 fi  
   
   
   subdirs="$subdirs tools/$LIBXPM"
   
       subdirs="$subdirs tools/$OPENMOTIF"
   
   fi
   
 # Check whether --enable-experimental was given.  # Check whether --enable-experimental was given.
 if test "${enable_experimental+set}" = set; then :  if test "${enable_experimental+set}" = set; then :
   enableval=$enable_experimental;    enableval=$enable_experimental;
Line 6249  if test ! -d "$srcdir"/tools/$SIGSEGV; t Line 6231  if test ! -d "$srcdir"/tools/$SIGSEGV; t
     gunzip -c "$srcdir"/tools/$SIGSEGV.tar.gz | \      gunzip -c "$srcdir"/tools/$SIGSEGV.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
 fi  fi
   if test ! -d "$srcdir"/tools/$OPENMOTIF; then
       gunzip -c "$srcdir"/tools/$OPENMOTIF.tar.gz | \
               (cd "$srcdir/tools" && tar -xf -)
   fi
   if test ! -d "$srcdir"/tools/$LIBXPM; then
       gunzip -c "$srcdir"/tools/$LIBXPM.tar.gz | \
               (cd "$srcdir/tools" && tar -xf -)
   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 -)
Line 6927  else Line 6917  else
     fi      fi
 fi  fi
   
 if test "$MOTIF_SUPPORT" = guessed; then  
     CFLAGS_ORIG=$CFLAGS  
     LIBS_ORIG=$LIBS  
     CFLAGS="$CFLAGS $X_CFLAGS"  
     LIBS="$LIB $X_LIBS"  
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5  
 $as_echo_n "checking for main in -lXm... " >&6; }  
 if ${ac_cv_lib_Xm_main+:} false; then :  
   $as_echo_n "(cached) " >&6  
 else  
   ac_check_lib_save_LIBS=$LIBS  
 LIBS="-lXm  $LIBS"  
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
   
   
 int  
 main ()  
 {  
 return main ();  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_link "$LINENO"; then :  
   ac_cv_lib_Xm_main=yes  
 else  
   ac_cv_lib_Xm_main=no  
 fi  
 rm -f core conftest.err conftest.$ac_objext \  
     conftest$ac_exeext conftest.$ac_ext  
 LIBS=$ac_check_lib_save_LIBS  
 fi  
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5  
 $as_echo "$ac_cv_lib_Xm_main" >&6; }  
 if test "x$ac_cv_lib_Xm_main" = xyes; then :  
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"  
 else  
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"  
 fi  
   
     if test "$MOTIF_SUPPORT" = "-UMOTIF_SUPPORT"; then  
         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find Motif! You may install it.  
 Motif flag is disabled.  
 " >&5  
 $as_echo "$as_me: WARNING: Cannot find Motif! You may install it.  
 Motif flag is disabled.  
 " >&2;}  
     fi  
     LIBS=$LIBS_ORIG  
     CFLAGS=$CFLAGS_ORIG  
 fi  
   
 if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then  
     CFLAGS_ORIG=$CFLAGS  
     LIBS_ORIG=$LIBS  
     CFLAGS="$CFLAGS $X_CFLAGS"  
     LIBS="$LIB $X_LIBS"  
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXpm" >&5  
 $as_echo_n "checking for main in -lXpm... " >&6; }  
 if ${ac_cv_lib_Xpm_main+:} false; then :  
   $as_echo_n "(cached) " >&6  
 else  
   ac_check_lib_save_LIBS=$LIBS  
 LIBS="-lXpm  $LIBS"  
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
   
   
 int  
 main ()  
 {  
 return main ();  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_link "$LINENO"; then :  
   ac_cv_lib_Xpm_main=yes  
 else  
   ac_cv_lib_Xpm_main=no  
 fi  
 rm -f core conftest.err conftest.$ac_objext \  
     conftest$ac_exeext conftest.$ac_ext  
 LIBS=$ac_check_lib_save_LIBS  
 fi  
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_main" >&5  
 $as_echo "$ac_cv_lib_Xpm_main" >&6; }  
 if test "x$ac_cv_lib_Xpm_main" = xyes; then :  
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"  
 else  
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"  
 fi  
   
     if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then  
         libX="$X_LIBS -lXm -lXpm -lXt -lX11"  
     else  
         libX=""  
         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find libXpm! You may install it.  
 Motif flag is disabled.  
 " >&5  
 $as_echo "$as_me: WARNING: Cannot find libXpm! You may install it.  
 Motif flag is disabled.  
 " >&2;}  
     fi  
     LIBS=$LIBS_ORIG  
     CFLAGS=$CFLAGS_ORIG  
 else  
     libX=""  
 fi  
   
   
   
   
Line 9194  if test "$MYGNUPLOT" = "yes"; then Line 9073  if test "$MYGNUPLOT" = "yes"; then
         gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \          gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \
                 (cd "$srcdir/tools" && tar -xf -)                  (cd "$srcdir/tools" && tar -xf -)
     fi      fi
       subdirs="$subdirs tools/$GNUPLOT"
   
 subdirs="$subdirs tools/$GNUPLOT"  
   
     GNUPLOT_COMPILATION=$GNUPLOT      GNUPLOT_COMPILATION=$GNUPLOT
 else  else
Line 9424  esac Line 9301  esac
   
   
   
   
   
   
   
   
   

Removed from v.1.79  
changed lines
  Added in v.1.80


CVSweb interface <joel.bertrand@systella.fr>