Changeset 2d76bc in git


Ignore:
Timestamp:
Oct 22, 1997, 6:19:12 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8f591c66a566cf396b168201fee02344a12f5557
Parents:
ba02b1e02a6c38102a77ba5b0a58a7e96c5f04fd
Message:
	* configure.in: doc fixes


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

Legend:

Unmodified
Added
Removed
  • factory/configure.in

    rba02b1 r2d76bc  
    1 dnl $Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $
     1dnl $Id: configure.in,v 1.9 1997-10-22 16:19:12 schmidt Exp $
    22
    33dnl
     
    1212# - initialisation.
    1313#
    14 AC_REVISION($Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $)
     14AC_REVISION($Id: configure.in,v 1.9 1997-10-22 16:19:12 schmidt Exp $)
    1515AC_INIT(canonicalform.cc)
    1616AC_CONFIG_HEADER(config.h)
     
    3232  memman,
    3333  [  --with-memman(=<memman>) specify Factory memory manager.
    34                           <memman> is either 'old' (default), 'new', or 'no'.],
     34                          <memman> is either \`old' (default), \`new', or \`no'.],
    3535  ,
    3636  [ if test "x$with_Singular" = xyes; then
     
    6464  memdebug,
    6565  [  --enable-memdebug=<level> switch on memory management debugging.  Meaningful
    66                           with --with-memman=new only.  <level> may be either
    67                           'no' (default), 'normal', or 'full'.],
     66                          with \`--with-memman=new' only.  <level> may be either
     67                          \`no' (default), \`normal', or \`full'.],
    6868  ,
    6969  enable_memdebug=no)
     
    9090AC_ARG_ENABLE(
    9191  gmp,
    92   [  --enable-gmp            together with --with-Singular means: installation
    93                           in process, be graceful when there is no gmp.h],
     92  [  --enable-gmp            together with \`--with-Singular' means: installation
     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.