Changeset 356d39c in git


Ignore:
Timestamp:
Jul 21, 1997, 4:56:49 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d71b1a7a53842dddf3b8991b362fd1572e3d11a0
Parents:
50901dc25ff0c27479b33d9d19787e27919bdc27
Message:
	* configure.in (factory_version): version number incremented

	* configure.in: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/configure.in

    r50901d r356d39c  
    1 dnl $Id: configure.in,v 1.4 1997-07-16 10:51:31 schmidt Exp $
     1dnl $Id: configure.in,v 1.5 1997-07-21 14:56:49 schmidt Exp $
    22
    33dnl
     
    1212# - initialisation.
    1313#
    14 AC_REVISION($Id: configure.in,v 1.4 1997-07-16 10:51:31 schmidt Exp $)
     14AC_REVISION($Id: configure.in,v 1.5 1997-07-21 14:56:49 schmidt Exp $)
    1515AC_INIT(canonicalform.cc)
    1616AC_CONFIG_HEADER(config.h)
     
    2424dnl preceding lines.
    2525dnl
    26 factory_version="1.2c"
     26factory_version="1.3a"
    2727
    2828#
     
    9191  gmp,
    9292  [  --enable-gmp            together with --with-Singular means: installation
    93                           in process, be gracefull when there is no gmp.h],
     93                          in process, be graceful when there is no gmp.h],
    9494  [ if test "x$with_Singular" = xyes && test "x$enable_gmp" != xno; then
    9595      with_gmp='$(includedir)'
Note: See TracChangeset for help on using the changeset viewer.