Changeset e5dafa in git for MP


Ignore:
Timestamp:
Nov 30, 1998, 4:50:46 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
30e9446d40b8d2f1f6c394b9b1b530651388faa0
Parents:
8b9471903be7a0d0ba0ab4cfcd09f338615519f3
Message:
* increased to version 1.3.1


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

Legend:

Unmodified
Added
Removed
  • MP/configure

    r8b9471 re5dafa  
    6464ac_help="$ac_help
    6565\
    66    --with-malloc=HEADER    use external malloc routines declared in HEADER"
     66  --with-malloc=HEADER    use external malloc routines declared in HEADER"
    6767
    6868# Initialize some variables set by options.
     
    34873487
    34883488fi
    3489 echo $ac_n "checking which default malloc rotuines to use""... $ac_c" 1>&6
    3490 echo "configure:3491: checking which default malloc rotuines to use" >&5
     3489echo $ac_n "checking where malloc rotuines come from""... $ac_c" 1>&6
     3490echo "configure:3491: checking where malloc rotuines come from" >&5
    34913491if test "${with_malloc+set}" = set; then
    34923492  echo "$ac_t""${with_malloc}" 1>&6
     
    35003500
    35013501else
    3502   echo "$ac_t""malloc/free from stdlib" 1>&6
     3502  echo "$ac_t""stdlib.h" 1>&6
    35033503fi
    35043504
  • MP/configure.in

    r8b9471 re5dafa  
    458458dnl Check for external memory managements
    459459AC_ARG_WITH(malloc, \
    460  [  --with-malloc=HEADER    use external malloc routines declared in HEADER])
     460 [ --with-malloc=HEADER     use external malloc routines declared in HEADER])
    461461
    462462if test "${with_malloc+set}" = set; then
Note: See TracChangeset for help on using the changeset viewer.