Changeset a550fd5 in git


Ignore:
Timestamp:
Dec 14, 2000, 6:32:35 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
6ecf4169de96601ad861a90eaf2397c0aa777d3c
Parents:
0319b3becbabedead44c6afd15302d641312a06a
Message:
*hannes: --no-exceptions stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@4909 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r0319b3 ra550fd5  
    12661266; return 0; }
    12671267EOF
    1268 if { (eval echo configure:1269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1268if { (eval echo configure:1269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12691269  rm -rf conftest*
    12701270  ac_cv_cxx_have_exceptions=yes
  • Singular/configure.in

    r0319b3 ra550fd5  
    116116CXXFLAGS="${CXXFLAGS} --no-exceptions"
    117117AC_CACHE_VAL(ac_cv_cxx_have_exceptions,
    118 AC_TRY_COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
     118AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
    119119)
    120120AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
  • factory/configure

    r0319b3 ra550fd5  
    23692369; return 0; }
    23702370EOF
    2371 if { (eval echo configure:2372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2371if { (eval echo configure:2372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23722372  rm -rf conftest*
    23732373  ac_cv_cxx_have_exceptions=yes
  • factory/configure.in

    r0319b3 ra550fd5  
    11dnl # emacs edit mode for this file is -*- sh -*-
    2 dnl # $Id: configure.in,v 1.30 2000-12-14 15:37:57 obachman Exp $
     2dnl # $Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $
    33
    44dnl #
     
    1313# - initialisation.
    1414#
    15 AC_REVISION($Id: configure.in,v 1.30 2000-12-14 15:37:57 obachman Exp $)
     15AC_REVISION($Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $)
    1616AC_INIT(canonicalform.cc)
    1717AC_CONFIG_HEADER(config.h)
     
    385385CXXFLAGS="${CXXFLAGS} --no-exceptions"
    386386AC_CACHE_VAL(ac_cv_cxx_have_exceptions,
    387 AC_TRY_COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
     387AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
    388388)
    389389AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
  • libfac/configure

    r0319b3 ra550fd5  
    11161116; return 0; }
    11171117EOF
    1118 if { (eval echo configure:1119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1118if { (eval echo configure:1119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11191119  rm -rf conftest*
    11201120  ac_cv_cxx_have_exceptions=yes
  • libfac/configure.in

    r0319b3 ra550fd5  
    156156CXXFLAGS="${CXXFLAGS} --no-exceptions"
    157157AC_CACHE_VAL(ac_cv_cxx_have_exceptions,
    158 AC_TRY_COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
     158AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)
    159159)
    160160AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
Note: See TracChangeset for help on using the changeset viewer.