Changeset 241b061 in git


Ignore:
Timestamp:
Jan 19, 2004, 12:28:42 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
602926e50df3b2e5c89836d5e5a9c32863a4cdcf
Parents:
b44d16e5c775914df07cc382ca039bb32caae77a
Message:
*hannes: version 2-0-5


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

Legend:

Unmodified
Added
Removed
  • factory/configure

    rb44d16 r241b061  
    579579# Do not change version here!!!
    580580#
    581 factory_version="2.0.4"
     581factory_version="2.0.5"
    582582factory_configuration="'$ac_configure_args' in `pwd`"
    583583
     
    19201920else
    19211921  echo "$ac_t""no" 1>&6
    1922 { echo "configure: error: C++ header files not found" 1>&2; exit 1; }
     1922echo "configure: warning: C++ header files not found" 1>&2
    19231923fi
    19241924done
  • factory/configure.in

    rb44d16 r241b061  
    11dnl # emacs edit mode for this file is -*- sh -*-
    2 dnl # $Id: configure.in,v 1.38 2003-06-20 14:26:52 Singular Exp $
     2dnl # $Id: configure.in,v 1.39 2004-01-19 11:28:41 Singular Exp $
    33
    44dnl #
     
    1313# - initialisation.
    1414#
    15 AC_REVISION($Id: configure.in,v 1.38 2003-06-20 14:26:52 Singular Exp $)
     15AC_REVISION($Id: configure.in,v 1.39 2004-01-19 11:28:41 Singular Exp $)
    1616AC_INIT(canonicalform.cc)
    1717AC_CONFIG_HEADER(config.h)
     
    2525dnl # preceding lines.
    2626dnl #
    27 factory_version="2.0.4"
     27factory_version="2.0.5"
    2828factory_configuration="'$ac_configure_args' in `pwd`"
    2929
     
    270270if test "x$enable_streamio" != xno; then
    271271  AC_CHECK_HEADERS(iostream.h strstream.h fstream.h, ,
    272     [ AC_MSG_ERROR(C++ header files not found) ])
     272    [ AC_MSG_WARN(C++ header files not found) ])
    273273  AC_CHECK_HEADERS(ctype.h, , [ AC_MSG_ERROR(standard C header files not found) ])
    274274
Note: See TracChangeset for help on using the changeset viewer.