Diff for /rpl/Attic/configure between versions 1.75 and 1.93

version 1.75, 2011/09/08 15:24:23 version 1.93, 2011/11/17 19:29:36
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.68 for rpl 4.1.3.  # Generated by GNU Autoconf 2.68 for rpl 4.1.4.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Line 557  MAKEFLAGS= Line 557  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='rpl'  PACKAGE_NAME='rpl'
 PACKAGE_TARNAME='rpl'  PACKAGE_TARNAME='rpl'
 PACKAGE_VERSION='4.1.3'  PACKAGE_VERSION='4.1.4'
 PACKAGE_STRING='rpl 4.1.3'  PACKAGE_STRING='rpl 4.1.4'
 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 614  MALLOC Line 616  MALLOC
 EXT_SQL  EXT_SQL
 DATE_FR  DATE_FR
 FINAL_ENCODING  FINAL_ENCODING
   SIGSEGV
   BUILD_OPENMOTIF
   OPENMOTIF
   LIBXPM
 OPENSSL  OPENSSL
 SQLITE  SQLITE
 ICONV  ICONV
Line 626  READLINE Line 632  READLINE
 NCURSES  NCURSES
 ELF  ELF
 BSH_PATH  BSH_PATH
 BROKEN_SIGINFO  
 IPV6  IPV6
 SEMUN  SEMUN
 IPCS_SYSV  IPCS_SYSV
Line 634  SEMAPHORES_NOMMES Line 639  SEMAPHORES_NOMMES
 NESTED_FUNCTIONS  NESTED_FUNCTIONS
 EXPORT_DYNAMIC  EXPORT_DYNAMIC
 C_STANDARD  C_STANDARD
   LIB_PREFIX
   WHOLE_LIB2
   WHOLE_LIB1
 OS  OS
 HOST  HOST
 GNUPLOT_COMPILATION  GNUPLOT_COMPILATION
 subdirs  
 EGREP  EGREP
 GREP  GREP
 libPgSQLlib  libPgSQLlib
Line 668  RANLIB Line 675  RANLIB
 LN_S  LN_S
 RUNPATH  RUNPATH
 PROFILAGE  PROFILAGE
   subdirs
   PSELECT
   SHARED_MEMORY
 LIBRPLCAS  LIBRPLCAS
 RPLCAS  RPLCAS
 ABI  ABI
   RPLTOOLS
 X_EXTRA_LIBS  X_EXTRA_LIBS
 X_LIBS  X_LIBS
 X_PRE_LIBS  X_PRE_LIBS
Line 705  CPPFLAGS Line 716  CPPFLAGS
 LDFLAGS  LDFLAGS
 CFLAGS  CFLAGS
 CC  CC
   AM_BACKSLASH
   AM_DEFAULT_VERBOSITY
 am__untar  am__untar
 am__tar  am__tar
 AMTAR  AMTAR
Line 781  SHELL' Line 794  SHELL'
 ac_subst_files=''  ac_subst_files=''
 ac_user_opts='  ac_user_opts='
 enable_option_checking  enable_option_checking
   enable_silent_rules
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
 with_32bits_abi  with_32bits_abi
 with_64bits_abi  with_64bits_abi
 with_rplcas  enable_recursive
   with_rpltools
   enable_rplcas
 enable_optimization  enable_optimization
 enable_sysv_semaphores  enable_sysv_ipcs
 enable_full_static  enable_full_static
 enable_final_encoding  enable_final_encoding
 enable_tex  enable_tex
Line 821  FC Line 837  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 829  tools/$GPP Line 847  tools/$GPP
 tools/$FILE  tools/$FILE
 tools/$ICONV  tools/$ICONV
 tools/$SQLITE  tools/$SQLITE
 tools/$UNITS'  tools/$UNITS
   tools/$SIGSEGV'
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
 ac_init_help=  ac_init_help=
Line 1371  if test "$ac_init_help" = "long"; then Line 1390  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures rpl 4.1.3 to adapt to many kinds of systems.  \`configure' configures rpl 4.1.4 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1446  fi Line 1465  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of rpl 4.1.3:";;       short | recursive ) echo "Configuration of rpl 4.1.4:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1454  Optional Features: Line 1473  Optional Features:
   --disable-option-checking  ignore unrecognized --enable/--with options    --disable-option-checking  ignore unrecognized --enable/--with options
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     --enable-silent-rules          less verbose build output (undo: `make V=1')
     --disable-silent-rules         verbose build output (undo: `make V=0')
   --disable-dependency-tracking  speeds up one-time build    --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
     --enable-recursive      recursive configuration (default=yes)
     --enable-rplcas         compile rplcas (default=no)
   --enable-optimization   set compiler flags [default=environment variables -O3]    --enable-optimization   set compiler flags [default=environment variables -O3]
   --enable-sysv-ipcs      use SystemV IPC functions [default=no]    --enable-sysv-ipcs      use SystemV IPC functions [default=guessed]
   --enable-full-static    build static RPL/2 engine [default=shared]    --enable-full-static    build static RPL/2 engine [default=shared]
   --enable-final-encoding force final encoding [default=guessed]    --enable-final-encoding force final encoding [default=guessed]
   --enable-tex            provide the TeX support [default=guessed]    --enable-tex            provide the TeX support [default=guessed]
Line 1476  Optional Packages: Line 1499  Optional Packages:
   --with-x                use the X Window System    --with-x                use the X Window System
   --with-32bits-abi       force 32bits ABI (multilib)    --with-32bits-abi       force 32bits ABI (multilib)
   --with-64bits-abi       force 64bits ABI (multilib)    --with-64bits-abi       force 64bits ABI (multilib)
   --with-rplcas           compile rplcas (default=no)    --with-rpltools         specify rpltools path used for cross compilation
   --with-mysql=PATH         specify directory for installed mysql    --with-mysql=PATH         specify directory for installed mysql
   --with-postgresql=PATH    specify directory for installed postgresql    --with-postgresql=PATH    specify directory for installed postgresql
   --with-bourne-shell=PATH  specify path for OS/2 bourne shell    --with-bourne-shell=PATH  specify path for OS/2 bourne shell
Line 1565  fi Line 1588  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 rpl configure 4.1.3  rpl configure 4.1.4
 generated by GNU Autoconf 2.68  generated by GNU Autoconf 2.68
   
 Copyright (C) 2010 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
Line 1881  $as_echo "$ac_res" >&6; } Line 1904  $as_echo "$ac_res" >&6; }
   
 } # ac_fn_c_check_func  } # ac_fn_c_check_func
   
   # ac_fn_c_try_run LINENO
   # ----------------------
   # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   # that executables *can* be run.
   ac_fn_c_try_run ()
   {
     as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     if { { ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   $as_echo "$ac_try_echo"; } >&5
     (eval "$ac_link") 2>&5
     ac_status=$?
     $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
     { { case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   $as_echo "$ac_try_echo"; } >&5
     (eval "$ac_try") 2>&5
     ac_status=$?
     $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     test $ac_status = 0; }; }; then :
     ac_retval=0
   else
     $as_echo "$as_me: program exited with status $ac_status" >&5
          $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
          ac_retval=$ac_status
   fi
     rm -rf conftest.dSYM conftest_ipa8_conftest.oo
     eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
     as_fn_set_status $ac_retval
   
   } # ac_fn_c_try_run
   
 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES  # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
 # -------------------------------------------  # -------------------------------------------
 # Tests whether TYPE exists after having included INCLUDES, setting cache  # Tests whether TYPE exists after having included INCLUDES, setting cache
Line 1935  $as_echo "$ac_res" >&6; } Line 2000  $as_echo "$ac_res" >&6; }
   
 } # ac_fn_c_check_type  } # ac_fn_c_check_type
   
 # ac_fn_c_try_run LINENO  
 # ----------------------  
 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes  
 # that executables *can* be run.  
 ac_fn_c_try_run ()  
 {  
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack  
   if { { ac_try="$ac_link"  
 case "(($ac_try" in  
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;  
   *) ac_try_echo=$ac_try;;  
 esac  
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""  
 $as_echo "$ac_try_echo"; } >&5  
   (eval "$ac_link") 2>&5  
   ac_status=$?  
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5  
   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'  
   { { case "(($ac_try" in  
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;  
   *) ac_try_echo=$ac_try;;  
 esac  
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""  
 $as_echo "$ac_try_echo"; } >&5  
   (eval "$ac_try") 2>&5  
   ac_status=$?  
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5  
   test $ac_status = 0; }; }; then :  
   ac_retval=0  
 else  
   $as_echo "$as_me: program exited with status $ac_status" >&5  
        $as_echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
        ac_retval=$ac_status  
 fi  
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo  
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  
   as_fn_set_status $ac_retval  
   
 } # ac_fn_c_try_run  
   
 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES  # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
 # --------------------------------------------  # --------------------------------------------
 # Tries to find the compile-time value of EXPR in a program that includes  # Tries to find the compile-time value of EXPR in a program that includes
Line 2276  cat >config.log <<_ACEOF Line 2299  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by rpl $as_me 4.1.3, which was  It was created by rpl $as_me 4.1.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 3180  else Line 3203  else
 fi  fi
 rmdir .tst 2>/dev/null  rmdir .tst 2>/dev/null
   
   # Check whether --enable-silent-rules was given.
   if test "${enable_silent_rules+set}" = set; then :
     enableval=$enable_silent_rules;
   fi
   
   case $enable_silent_rules in
   yes) AM_DEFAULT_VERBOSITY=0;;
   no)  AM_DEFAULT_VERBOSITY=1;;
   *)   AM_DEFAULT_VERBOSITY=1;;
   esac
   AM_BACKSLASH='\'
   
 if test "`cd $srcdir && pwd`" != "`pwd`"; then  if test "`cd $srcdir && pwd`" != "`pwd`"; then
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   # is not polluted with repeated "-I."    # is not polluted with repeated "-I."
Line 3202  fi Line 3237  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.1.3'   VERSION='4.1.4'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3242  am__tar='${AMTAR} chof - "$$tardir"'; am Line 3277  am__tar='${AMTAR} chof - "$$tardir"'; am
   
   
   
   # Check whether --enable-silent-rules was given.
   if test "${enable_silent_rules+set}" = set; then :
     enableval=$enable_silent_rules;
   fi
   
   case $enable_silent_rules in
   yes) AM_DEFAULT_VERBOSITY=0;;
   no)  AM_DEFAULT_VERBOSITY=1;;
   *)   AM_DEFAULT_VERBOSITY=0;;
   esac
   AM_BACKSLASH='\'
   
   
 ac_config_headers="$ac_config_headers rplconfig.h"  ac_config_headers="$ac_config_headers rplconfig.h"
   
Line 3254  GPP=gpp-3.0 Line 3301  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.4.3  GNUPLOT=gnuplot-4.4.3
 FILE=file-5.03  FILE=file-5.03
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.7.1  SQLITE=sqlite-3.7.8
 OPENSSL=openssl-1.0.0e  OPENSSL=openssl-1.0.0e
   OPENMOTIF=openmotif-2.3.3
   LIBXPM=libXpm-3.5.9
   SIGSEGV=libsigsegv-2.6
   
 GMP=gmp-5.0.2  GMP=gmp-5.0.2
 MPFR=mpfr-3.0.1  MPFR=mpfr-3.0.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9943  COCOA=CoCoALib-0.9943
 PARI=pari-2.3.5  PARI=pari-2.5.0
 GIAC=giac-0.9.3  GIAC=giac-0.9.3
   
 ac_ext=c  ac_ext=c
Line 4591  fi Line 4641  fi
   
   
   
 if test "$CXX" != "g++"; then  if test "$GXX" != yes; then
     as_fn_error $? "Cannot find g++! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find g++! You have to install it." "$LINENO" 5
 fi  fi
   
Line 4827  ac_link='$CC -o conftest$ac_exeext $CFLA Line 4877  ac_link='$CC -o conftest$ac_exeext $CFLA
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then  
     as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5  
 fi  
   
 ac_ext=${ac_fc_srcext-f}  ac_ext=${ac_fc_srcext-f}
 ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'  ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
 ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'  ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
Line 5038  ac_link='$CC -o conftest$ac_exeext $CFLA Line 5084  ac_link='$CC -o conftest$ac_exeext $CFLA
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then  if test x"$F77" == x; then
       as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
   fi
   
   if test x"$FC" == x; then
     as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
 fi  fi
   
Line 5935  fi Line 5985  fi
   
 LDFLAGS="$LDFLAGS $ABI"  LDFLAGS="$LDFLAGS $ABI"
   
   # Check whether --enable-recursive was given.
   if test "${enable_recursive+set}" = set; then :
     enableval=$enable_recursive;
   if test "$enableval" = "yes"; then
       RECURSIVE=yes
   else
       RECURSIVE=no
   fi
   else
   
       RECURSIVE=yes
   
   
   fi
   
   
   
 # Check whether --with-rplcas was given.  # Check whether --with-rpltools was given.
 if test "${with_rplcas+set}" = set; then :  if test "${with_rpltools+set}" = set; then :
   withval=$with_rplcas;    withval=$with_rpltools;
 if test "$with-rplcas" = "no"; then  if test "$with_rpltools" = "no" -o "$with_rpltools" = yes; then
       as_fn_error $? "You have to specify rpltools path !" "$LINENO" 5
   else
       RPLTOOLS=$with_rpltools
   fi
   else
   
       RPLTOOLS=\$\(top_builddir\)
   
   
   fi
   
   
   
   
   # Check whether --enable-rplcas was given.
   if test "${enable_rplcas+set}" = set; then :
     enableval=$enable_rplcas;
   if test "$enableval" = "no"; then
     RPLCAS=-URPLCAS      RPLCAS=-URPLCAS
     LIBRPLCAS=      LIBRPLCAS=
 else  else
Line 5984  else Line 6068  else
 fi  fi
   
   
 # Check whether --enable-sysv-semaphores was given.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable shared memory" >&5
 if test "${enable_sysv_semaphores+set}" = set; then :  $as_echo_n "checking for usable shared memory... " >&6; }
   enableval=$enable_sysv_semaphores;  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <sys/shm.h>
   
   int
   main ()
   {
    return(0);
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
     SHARED_MEMORY=-DSHARED_MEMORY; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   else
     SHARED_MEMORY=-USHARED_MEMORY; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pselect" >&5
   $as_echo_n "checking for pselect... " >&6; }
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <sys/select.h>
        #include <unistd.h>
        #include <sys/time.h>
        #include <sys/types.h>
   
   int
   main ()
   {
   
        struct timespec tv;
        fd_set s1, s2, s3;
        tv.tv_sec=1;
        tv.tv_nsec=0;
        FD_SET(1, &s1); FD_SET(2, &s2); FD_SET(3, &s3);
        pselect(5, &s1, &s2, &s3, &tv, NULL);
        return(0);
   
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
     PSELECT=-DPSELECT; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   else
     PSELECT=-UPSELECT; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   
   
   # Check whether --enable-sysv-ipcs was given.
   if test "${enable_sysv_ipcs+set}" = set; then :
     enableval=$enable_sysv_ipcs;
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     IPCS_SYSV=no      IPCS_SYSV=-UIPCS_SYSV
       POSIX_IPCS=no
 else  else
     IPCS_SYSV=yes      IPCS_SYSV=-DIPCS_SYSV
       POSIX_IPCS=yes
 fi  fi
 else  else
   IPCS_SYSV=no    REG=$LDFLAGS
   POSIX_IPCS=guessed
   LDFLAGS=-lrt
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX semaphores and shared objects" >&5
   $as_echo_n "checking for POSIX semaphores and shared objects... " >&6; }
   if test "$cross_compiling" = yes; then :
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "cannot run test program while cross compiling
   See \`config.log' for more details" "$LINENO" 5; }
   else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <sys/mman.h>
   #include <sys/stat.h>
   #include <fcntl.h>
   
   int
   main ()
   {
    int fd; char *sem = "/test";
   fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
     close(fd);
     shm_unlink(sem);
     fd = sem_open(sem, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
     close(fd);
     sem_unlink(sem);
     return(0);
   
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_run "$LINENO"; then :
     IPCS_SYSV=-UIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   else
     IPCS_SYSV=-DIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   
   fi
   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     conftest.$ac_objext conftest.beam conftest.$ac_ext
   fi
   
   LDFLAGS=$REG
   
   fi
   
   
   if test "$IPCS_SYSV" = "-UIPCS_SYSV" -a "$POSIX_IPCS" = "guessed"; then
   REG=$LDFLAGS
   LDFLAGS=-pthread
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX anonymous semaphores" >&5
   $as_echo_n "checking for POSIX anonymous semaphores... " >&6; }
   if test "$cross_compiling" = yes; then :
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "cannot run test program while cross compiling
   See \`config.log' for more details" "$LINENO" 5; }
   else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <semaphore.h>
   
   int
   main ()
   {
    sem_t sem;
    if (sem_init(&sem, 1, 0) != 0) return(1);
    sem_destroy(&sem);
     return(0);
   
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_run "$LINENO"; then :
     SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   else
     SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   
   fi
   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi  fi
   
   LDFLAGS=$REG
   REG=""
   else
       SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
   fi
   
 # Check whether --enable-full-static was given.  # Check whether --enable-full-static was given.
 if test "${enable_full_static+set}" = set; then :  if test "${enable_full_static+set}" = set; then :
Line 6092  fi Line 6330  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.  
 Motif flag is disabled.  
 " >&5  
 $as_echo "$as_me: WARNING: Can not find Motif! You may install it.  
 Motif flag is disabled.  
 " >&2;}  
     fi  
     LIBS=$LIBS_ORIG  
     CFLAGS=$CFLAGS_ORIG  
 fi  
 else  
   MOTIF_SUPPORT=guessed  
 fi  
   
   if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then
       libX="$X_LIBS -lXt -lX11"
       LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \
               \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"
       INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \
               -I\$(top_builddir)/tools/$OPENMOTIF/lib \
               -I\$(top_srcdir)/tools/$LIBXPM/include"
       BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"
   
       if test $RECURSIVE = yes; then
   
   
   subdirs="$subdirs tools/$LIBXPM"
   
           subdirs="$subdirs tools/$OPENMOTIF"
   
       fi;
   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 :
Line 6241  if test ! -d "$srcdir"/tools/$SQLITE; th Line 6458  if test ! -d "$srcdir"/tools/$SQLITE; th
     gunzip -c "$srcdir"/tools/$SQLITE.tar.gz | \      gunzip -c "$srcdir"/tools/$SQLITE.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
 fi  fi
   if test ! -d "$srcdir"/tools/$SIGSEGV; then
       gunzip -c "$srcdir"/tools/$SIGSEGV.tar.gz | \
               (cd "$srcdir/tools" && tar -xf -)
   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 6273  if test ! -d "$srcdir"/rplcas/$GIAC; the Line 6502  if test ! -d "$srcdir"/rplcas/$GIAC; the
             (cd "$srcdir/rplcas" && tar -xf -)              (cd "$srcdir/rplcas" && tar -xf -)
 fi  fi
   
   touch tools/openmotif.lib
   
   
   
 # Check whether --enable-final-run-path was given.  # Check whether --enable-final-run-path was given.
Line 6919  else Line 7150  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; }  DATE=$(LANG=C date +"%A, %e %B %Y %T %z")
 if ${ac_cv_lib_Xpm_main+:} false; then :  
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
   $as_echo_n "checking for main in -lm... " >&6; }
   if ${ac_cv_lib_m_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lXpm  $LIBS"  LIBS="-lm  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
Line 6997  return main (); Line 7183  return main ();
 }  }
 _ACEOF  _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :  if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_lib_Xpm_main=yes    ac_cv_lib_m_main=yes
 else  else
   ac_cv_lib_Xpm_main=no    ac_cv_lib_m_main=no
 fi  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
 $as_echo "$ac_cv_lib_Xpm_main" >&6; }  $as_echo "$ac_cv_lib_m_main" >&6; }
 if test "x$ac_cv_lib_Xpm_main" = xyes; then :  if test "x$ac_cv_lib_m_main" = xyes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    cat >>confdefs.h <<_ACEOF
 else  #define HAVE_LIBM 1
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"  _ACEOF
 fi  
     LIBS="-lm $LIBS"
   
     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  else
     libX=""    as_fn_error $? "Can not find libm !" "$LINENO" 5
 fi  fi
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lc" >&5
   $as_echo_n "checking for pthread_mutex_init in -lc... " >&6; }
   if ${ac_cv_lib_c_pthread_mutex_init+:} false; then :
   
   
   
   
   
   
   
 DATE=$(LANG=C date +"%A, %e %B %Y %T %z")  
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5  
 $as_echo_n "checking for main in -lm... " >&6; }  
 if ${ac_cv_lib_m_main+:} false; then :  
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
 LIBS="-lm  $LIBS"  LIBS="-lc  $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char pthread_mutex_init ();
 int  int
 main ()  main ()
 {  {
 return main ();  return pthread_mutex_init ();
   ;    ;
   return 0;    return 0;
 }  }
 _ACEOF  _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :  if ac_fn_c_try_link "$LINENO"; then :
   ac_cv_lib_m_main=yes    ac_cv_lib_c_pthread_mutex_init=yes
 else  else
   ac_cv_lib_m_main=no    ac_cv_lib_c_pthread_mutex_init=no
 fi  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_pthread_mutex_init" >&5
 $as_echo "$ac_cv_lib_m_main" >&6; }  $as_echo "$ac_cv_lib_c_pthread_mutex_init" >&6; }
 if test "x$ac_cv_lib_m_main" = xyes; then :  if test "x$ac_cv_lib_c_pthread_mutex_init" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBM 1  #define HAVE_LIBC 1
 _ACEOF  _ACEOF
   
   LIBS="-lm $LIBS"    LIBS="-lc $LIBS"
   
 else  else
   as_fn_error $? "Can not find libm !" "$LINENO" 5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
 fi  
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5  
 $as_echo_n "checking for main in -lpthread... " >&6; }  $as_echo_n "checking for main in -lpthread... " >&6; }
 if ${ac_cv_lib_pthread_main+:} false; then :  if ${ac_cv_lib_pthread_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
Line 7125  else Line 7289  else
   as_fn_error $? "Can not find libpthread !" "$LINENO" 5    as_fn_error $? "Can not find libpthread !" "$LINENO" 5
 fi  fi
   
   fi
   
   
 ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "  ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "
 #include <sys/sem.h>  #include <sys/sem.h>
Line 7889  fi Line 8055  fi
   
 if test "x$with_bourne_shell" = xno; then  if test "x$with_bourne_shell" = xno; then
     if test $(uname) = "OS/2"; then      if test $(uname) = "OS/2"; then
         as_fn_error $? "With OS/2 or eComstation, you have to specify a valide shell path !" "$LINENO" 5          as_fn_error $? "With OS/2 or eComstation, you have to specify a valide
   shell path with --with-bourne-shell=PATH !" "$LINENO" 5
     fi      fi
   
     BSH_PATH=      BSH_PATH=
Line 9029  cat >>confdefs.h <<_ACEOF Line 9196  cat >>confdefs.h <<_ACEOF
 _ACEOF  _ACEOF
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken siginfo->si_pid" >&5  
 $as_echo_n "checking for broken siginfo->si_pid... " >&6; }  
 if test "$cross_compiling" = yes; then :  
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  
 as_fn_error $? "cannot run test program while cross compiling  
 See \`config.log' for more details" "$LINENO" 5; }  
 else  
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
 #include <unistd.h>  
 #include <signal.h>  
 int flag;  
 void handler(int signal, siginfo_t *siginfo, void *context)  
 { flag = ((*siginfo).si_pid == getpid()) ? 0 : 1; }  
 int  
 main ()  
 {  
 struct sigaction    action;  
 action.sa_sigaction = handler;  
 action.sa_flags = SA_SIGINFO;  
 sigaction(SIGUSR1, &action, NULL);  
 raise(SIGUSR1);  
 return(flag);  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_run "$LINENO"; then :  
   BROKEN_SIGINFO=-U_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  
 $as_echo "no" >&6; }  
 else  
   BROKEN_SIGINFO=-D_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  
 $as_echo "yes" >&6; }  
 fi  
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  
   conftest.$ac_objext conftest.beam conftest.$ac_ext  
 fi  
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
 $as_echo_n "checking for working strcoll... " >&6; }  $as_echo_n "checking for working strcoll... " >&6; }
 if ${ac_cv_func_strcoll_works+:} false; then :  if ${ac_cv_func_strcoll_works+:} false; then :
Line 9227  if test "$MYGNUPLOT" = "yes"; then Line 9354  if test "$MYGNUPLOT" = "yes"; then
                 (cd "$srcdir/tools" && tar -xf -)                  (cd "$srcdir/tools" && tar -xf -)
     fi      fi
   
       if test $RECURSIVE = yes; then
           subdirs="$subdirs tools/$GNUPLOT"
   
 subdirs="$subdirs tools/$GNUPLOT"      fi
   
     GNUPLOT_COMPILATION=$GNUPLOT      GNUPLOT_COMPILATION=$GNUPLOT
 else  else
Line 9237  fi Line 9366  fi
   
   
   
 HOST=$host  HOST=$target
   
   
 case $host_cpu in  my_save_cflags="$CFLAGS"
   FPCFLAGS=""
   
     i?86)  CFLAGS=-malign-double
     CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CC supports -malign-double" >&5
             -Wno-pointer-sign"  $as_echo_n "checking whether CC supports -malign-double... " >&6; }
     FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"  /* end confdefs.h.  */
     break ;;  
   
     x86_64*)  int
     CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \  main ()
             -Wno-pointer-sign"  {
     FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"  
     FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"  
     break ;;  
   
     alpha*)    ;
     CFLAGS="$CFLAGS -mieee -funsigned-char -Wall \    return 0;
             -Wno-pointer-sign"  }
     FFLAGS="$FFLAGS -mieee -Wall"  _ACEOF
     FCFLAGS="$FCFLAGS -mieee -Wall"  if ac_fn_c_try_compile "$LINENO"; then :
     break ;;    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }; FPCFLAGS="$FPCFLAGS -malign-double"
   else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   CFLAGS=-mieee-fp
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CC supports -mieee-fp" >&5
   $as_echo_n "checking whether CC supports -mieee-fp... " >&6; }
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   
     sparc*)  int
     CFLAGS="$CFLAGS -Wall -funsigned-char \  main ()
             -Wno-pointer-sign"  {
     FFLAGS="$FFLAGS -Wall"  
     FCFLAGS="$FCFLAGS -Wall"  
     break ;;  
   
 esac    ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }; FPCFLAGS="$FPCFLAGS -mieee-fp"
   else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   CFLAGS=-mieee
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CC supports -mieee" >&5
   $as_echo_n "checking whether CC supports -mieee... " >&6; }
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   
   int
   main ()
   {
   
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }; FPCFLAGS="$FPCFLAGS -mieee"
   else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   CFLAGS=$my_save_cflags
   
   CFLAGS="$CFLAGS $FPCFLAGS -Wall -funsigned-char -Wno-pointer-sign"
   FFLAGS="$FFLAGS $FPCFLAGS -Wall -fno-f2c"
   FCFLAGS="$FCFLAGS $FPCFLAGS -Wall -fno-f2c"
   CXXFLAGS="$CXXFLAGS $FPCFLAGS -Wall -funsigned-char"
   
 case $host_os in  case $target_os in
   
     cygwin*)      cygwin*)
         OS=Cygwin          OS=Cygwin
Line 9295  DATE=$(env LC_ALL=C date +'%A %x, %X %Z' Line 9468  DATE=$(env LC_ALL=C date +'%A %x, %X %Z'
 MALLOC=  MALLOC=
   
 case $OS in  case $OS in
   
     Darwin)      Darwin)
         EXPORT_DYNAMIC=-Wl,-flat_namespace          EXPORT_DYNAMIC=-Wl,-flat_namespace
         NESTED_FUNCTIONS=-fnested-functions          NESTED_FUNCTIONS=-fnested-functions
         SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES  
         IPCS_SYSV=-UIPCS_SYSV  
         CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"          CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
Line 9314  case $OS in Line 9484  case $OS in
     Cygwin)      Cygwin)
         EXPORT_DYNAMIC=-Wl,--export-all-symbols          EXPORT_DYNAMIC=-Wl,--export-all-symbols
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
         IPCS_SYSV=-UIPCS_SYSV  
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
                 CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \                  CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
Line 9328  case $OS in Line 9496  case $OS in
     Interix)      Interix)
         EXPORT_DYNAMIC=-Wl,--export-all-symbols          EXPORT_DYNAMIC=-Wl,--export-all-symbols
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
         IPCS_SYSV=-UIPCS_SYSV  
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
                 CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \                  CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
Line 9342  case $OS in Line 9508  case $OS in
     AIX)      AIX)
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES  
         IPCS_SYSV=-UIPCS_SYSV  
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
                 CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \                  CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
Line 9360  case $OS in Line 9524  case $OS in
         OS=OS2          OS=OS2
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         EXPORT_DYNAMIC=-Zmap          EXPORT_DYNAMIC=-Zmap
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
         IPCS_SYSV=-DIPCS_SYSV  
         ac_configure_args="$ac_configure_args --without-readline \          ac_configure_args="$ac_configure_args --without-readline \
                 --without-cairo --disable-shared --enable-static \                  --without-cairo --disable-shared --enable-static \
                 --enable-threads \                  --enable-threads \
Line 9378  case $OS in Line 9540  case $OS in
         fi;          fi;
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
         IPCS_SYSV=-DIPCS_SYSV  
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
                 CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \                  CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
Line 9392  case $OS in Line 9552  case $OS in
     SunOS)      SunOS)
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
   
         if test $IPCS_SYSV = no; then  
             IPCS_SYSV=-UIPCS_SYSV  
         else  
             IPCS_SYSV=-DIPCS_SYSV  
         fi  
   
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
Line 9413  case $OS in Line 9566  case $OS in
     NetBSD)      NetBSD)
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
   
         if test $IPCS_SYSV = no; then  
             IPCS_SYSV=-UIPCS_SYSV  
         else  
             IPCS_SYSV=-DIPCS_SYSV  
         fi  
   
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
Line 9435  case $OS in Line 9581  case $OS in
     *)      *)
         EXPORT_DYNAMIC=-Wl,--export-dynamic          EXPORT_DYNAMIC=-Wl,--export-dynamic
         NESTED_FUNCTIONS=          NESTED_FUNCTIONS=
         SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES  
   
         if test $IPCS_SYSV = no; then  
             IPCS_SYSV=-UIPCS_SYSV  
         else  
             IPCS_SYSV=-DIPCS_SYSV  
         fi  
   
         ac_configure_args="$ac_configure_args --with-readline=builtin \          ac_configure_args="$ac_configure_args --with-readline=builtin \
                 --disable-shared --enable-static --enable-threads \                  --disable-shared --enable-static --enable-threads \
Line 9451  case $OS in Line 9590  case $OS in
         C_STANDARD=-std=gnu99          C_STANDARD=-std=gnu99
         ELF=          ELF=
     break ;;      break ;;
   esac
   
   case $OS in
       OS2)
           WHOLE_LIB1=""
           WHOLE_LIB2=""
           LIB_PREFIX=""
       break ;;
   
       *)
           WHOLE_LIB1="-Wl,-whole-archive"
           WHOLE_LIB2="-Wl,-no-whole-archive"
           LIB_PREFIX="lib"
       break ;;
 esac  esac
   
   
Line 9493  esac Line 9645  esac
   
   
   
 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 $RECURSIVE = yes; then
       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"
   
       subdirs="$subdirs tools/$SIGSEGV"
   
   fi
   
 ac_config_files="$ac_config_files Makefile"  ac_config_files="$ac_config_files Makefile"
   
 ac_config_files="$ac_config_files COPYING"  ac_config_files="$ac_config_files COPYING"
Line 10106  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 10271  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
 This file was extended by rpl $as_me 4.1.3, which was  This file was extended by rpl $as_me 4.1.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 10172  _ACEOF Line 10337  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
 rpl config.status 4.1.3  rpl config.status 4.1.4
 configured by $0, generated by GNU Autoconf 2.68,  configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   

Removed from v.1.75  
changed lines
  Added in v.1.93


CVSweb interface <joel.bertrand@systella.fr>