Changeset 76801a in git for omalloc


Ignore:
Timestamp:
Sep 14, 2000, 5:36:39 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c32bd3031ffa9ac71958a15709dc1069e79d98f9
Parents:
05db08215c65de2ba7bee1c8417e0fffb2b99ae5
Message:
* syntax error


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

Legend:

Unmodified
Added
Removed
  • omalloc/configure

    r05db082 r76801a  
    5656 --with-track-backtrace track stack backtraces"
    5757ac_help="$ac_help
    58 "
     58 --with-track-custom track custom values"
    5959ac_help="$ac_help
    6060 --with-internal-debug       
     
    670670fi
    671671
    672 # Check whether --with- --with-track-custom track custom values or --without- --with-track-custom track custom values was given.
    673 if test "${with_ __with_track_custom track custom values+set}" = set; then
    674   withval="$with_ __with_track_custom track custom values"
     672# Check whether --with-track-custom or --without-track-custom was given.
     673if test "${with_track_custom+set}" = set; then
     674  withval="$with_track_custom"
    675675  :
    676676fi
  • omalloc/configure.in

    r05db082 r76801a  
    44dnl Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55dnl Created: 11/99
    6 dnl Version: $Id: configure.in,v 1.8 2000-09-12 16:02:17 obachman Exp $
     6dnl Version: $Id: configure.in,v 1.9 2000-09-14 15:36:39 obachman Exp $
    77dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    88
     
    7575  [ --with-track-backtrace track stack backtraces])
    7676AC_ARG_WITH(
     77  track-custom,
    7778  [ --with-track-custom track custom values])
    7879AC_ARG_WITH(
Note: See TracChangeset for help on using the changeset viewer.