Changeset 241b061 in git
- Timestamp:
- Jan 19, 2004, 12:28:42 PM (19 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 602926e50df3b2e5c89836d5e5a9c32863a4cdcf
- Parents:
- b44d16e5c775914df07cc382ca039bb32caae77a
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure
rb44d16 r241b061 579 579 # Do not change version here!!! 580 580 # 581 factory_version="2.0. 4"581 factory_version="2.0.5" 582 582 factory_configuration="'$ac_configure_args' in `pwd`" 583 583 … … 1920 1920 else 1921 1921 echo "$ac_t""no" 1>&6 1922 { echo "configure: error: C++ header files not found" 1>&2; exit 1; }1922 echo "configure: warning: C++ header files not found" 1>&2 1923 1923 fi 1924 1924 done -
factory/configure.in
rb44d16 r241b061 1 1 dnl # emacs edit mode for this file is -*- sh -*- 2 dnl # $Id: configure.in,v 1.3 8 2003-06-20 14:26:52Singular Exp $2 dnl # $Id: configure.in,v 1.39 2004-01-19 11:28:41 Singular Exp $ 3 3 4 4 dnl # … … 13 13 # - initialisation. 14 14 # 15 AC_REVISION($Id: configure.in,v 1.3 8 2003-06-20 14:26:52Singular Exp $)15 AC_REVISION($Id: configure.in,v 1.39 2004-01-19 11:28:41 Singular Exp $) 16 16 AC_INIT(canonicalform.cc) 17 17 AC_CONFIG_HEADER(config.h) … … 25 25 dnl # preceding lines. 26 26 dnl # 27 factory_version="2.0. 4"27 factory_version="2.0.5" 28 28 factory_configuration="'$ac_configure_args' in `pwd`" 29 29 … … 270 270 if test "x$enable_streamio" != xno; then 271 271 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) ]) 273 273 AC_CHECK_HEADERS(ctype.h, , [ AC_MSG_ERROR(standard C header files not found) ]) 274 274
Note: See TracChangeset
for help on using the changeset viewer.