Changeset 3fdf16 in git


Ignore:
Timestamp:
May 6, 1997, 12:56:13 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6a083990f1db73f32bbf91e1c010137f8bf4d08f
Parents:
0a704d11520b6fd25467d4bb296f6fa844a3984d
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@259 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r0a704d1 r3fdf16  
    10451045
    10461046echo $ac_n "checking for -lsingcf""... $ac_c" 1>&6
    1047 ac_lib_var=`echo singcf_initCanonicalForm | tr '.-/+' '___p'`
     1047ac_lib_var=`echo singcf_atof | tr '.-/+' '___p'`
    10481048if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    10491049  echo $ac_n "(cached) $ac_c" 1>&6
     
    10551055#include "confdefs.h"
    10561056/* Override any gcc2 internal prototype to avoid an error.  */
    1057 char initCanonicalForm();
     1057char atof();
    10581058
    10591059int main() { return 0; }
    10601060int t() {
    1061 initCanonicalForm()
     1061atof()
    10621062; return 0; }
    10631063EOF
     
    10871087
    10881088echo $ac_n "checking for -lsingfac""... $ac_c" 1>&6
    1089 ac_lib_var=`echo singfac_IrrCharSeries | tr '.-/+' '___p'`
     1089ac_lib_var=`echo singfac_atof | tr '.-/+' '___p'`
    10901090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    10911091  echo $ac_n "(cached) $ac_c" 1>&6
     
    10971097#include "confdefs.h"
    10981098/* Override any gcc2 internal prototype to avoid an error.  */
    1099 char IrrCharSeries();
     1099char atof();
    11001100
    11011101int main() { return 0; }
    11021102int t() {
    1103 IrrCharSeries()
     1103atof()
    11041104; return 0; }
    11051105EOF
     
    13691369    ac_with_gmp=yes
    13701370  fi
    1371   if test "$ac_with_gmp"=yes; then
     1371  if test "$ac_with_gmp" = yes; then
    13721372    if test "$with_gmp" != yes; then
    13731373      with_gmp=yes
     
    14041404    ac_with_MP=yes
    14051405  fi
    1406   if test "$ac_with_MP"=yes; then
     1406  if test "$ac_with_MP" = yes; then
    14071407    if test "$with_MP" != yes; then
    14081408      with_MP=yes
     
    14391439    ac_with_factory=yes
    14401440  fi
    1441   if test "$ac_with_factory"=yes; then
     1441  if test "$ac_with_factory" = yes; then
    14421442    if test "$with_factory" != yes; then
    14431443      with_factory=yes
     
    14741474    ac_with_libfac=yes
    14751475  fi
    1476   if test "$ac_with_libfac"=yes; then
     1476  if test "$ac_with_libfac" = yes; then
    14771477    if test "$with_libfac" != yes; then
    14781478      with_libfac=yes
     
    15001500    ac_with_Singular=no
    15011501  fi
    1502   if test "$ac_with_Singular"=yes; then
     1502  if test "$ac_with_Singular" = yes; then
    15031503    if test "$with_Singular" != yes; then
    15041504      with_Singular=yes
Note: See TracChangeset for help on using the changeset viewer.