Changeset a550fd5 in git
- Timestamp:
- Dec 14, 2000, 6:32:35 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 6ecf4169de96601ad861a90eaf2397c0aa777d3c
- Parents:
- 0319b3becbabedead44c6afd15302d641312a06a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r0319b3 ra550fd5 1266 1266 ; return 0; } 1267 1267 EOF 1268 if { (eval echo configure:1269: \"$ac_ compile\") 1>&5; (eval $ac_compile) 2>&5;}; then1268 if { (eval echo configure:1269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1269 1269 rm -rf conftest* 1270 1270 ac_cv_cxx_have_exceptions=yes -
Singular/configure.in
r0319b3 ra550fd5 116 116 CXXFLAGS="${CXXFLAGS} --no-exceptions" 117 117 AC_CACHE_VAL(ac_cv_cxx_have_exceptions, 118 AC_TRY_ COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)118 AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no) 119 119 ) 120 120 AC_MSG_RESULT(${ac_cv_cxx_have_exceptions}) -
factory/configure
r0319b3 ra550fd5 2369 2369 ; return 0; } 2370 2370 EOF 2371 if { (eval echo configure:2372: \"$ac_ compile\") 1>&5; (eval $ac_compile) 2>&5;}; then2371 if { (eval echo configure:2372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2372 2372 rm -rf conftest* 2373 2373 ac_cv_cxx_have_exceptions=yes -
factory/configure.in
r0319b3 ra550fd5 1 1 dnl # emacs edit mode for this file is -*- sh -*- 2 dnl # $Id: configure.in,v 1.3 0 2000-12-14 15:37:57 obachmanExp $2 dnl # $Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $ 3 3 4 4 dnl # … … 13 13 # - initialisation. 14 14 # 15 AC_REVISION($Id: configure.in,v 1.3 0 2000-12-14 15:37:57 obachmanExp $)15 AC_REVISION($Id: configure.in,v 1.31 2000-12-14 17:32:32 Singular Exp $) 16 16 AC_INIT(canonicalform.cc) 17 17 AC_CONFIG_HEADER(config.h) … … 385 385 CXXFLAGS="${CXXFLAGS} --no-exceptions" 386 386 AC_CACHE_VAL(ac_cv_cxx_have_exceptions, 387 AC_TRY_ COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)387 AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no) 388 388 ) 389 389 AC_MSG_RESULT(${ac_cv_cxx_have_exceptions}) -
libfac/configure
r0319b3 ra550fd5 1116 1116 ; return 0; } 1117 1117 EOF 1118 if { (eval echo configure:1119: \"$ac_ compile\") 1>&5; (eval $ac_compile) 2>&5;}; then1118 if { (eval echo configure:1119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1119 1119 rm -rf conftest* 1120 1120 ac_cv_cxx_have_exceptions=yes -
libfac/configure.in
r0319b3 ra550fd5 156 156 CXXFLAGS="${CXXFLAGS} --no-exceptions" 157 157 AC_CACHE_VAL(ac_cv_cxx_have_exceptions, 158 AC_TRY_ COMPILE(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no)158 AC_TRY_LINK(,,ac_cv_cxx_have_exceptions=yes,ac_cv_cxx_have_exceptions=no) 159 159 ) 160 160 AC_MSG_RESULT(${ac_cv_cxx_have_exceptions})
Note: See TracChangeset
for help on using the changeset viewer.