/[bison]/bison/configure
ViewVC logotype

Diff of /bison/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7.2.8 by akim, Sat Sep 22 16:56:36 2001 UTC revision 1.7.2.9 by akim, Sat Sep 22 17:19:02 2001 UTC
# Line 739  Optional Features: Line 739  Optional Features:
739  Optional Packages:  Optional Packages:
740    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
741    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
742      --with-dmalloc          use dmalloc, as in
743                              http://www.dmalloc.com/dmalloc.tar.gz
744    --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib    --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
745    --with-included-gettext use the GNU gettext library included here    --with-included-gettext use the GNU gettext library included here
746    
# Line 6619  _ACEOF Line 6621  _ACEOF
6621    fi    fi
6622  fi  fi
6623    
6624    echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
6625    echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
6626    
6627    # Check whether --with-dmalloc or --without-dmalloc was given.
6628    if test "${with_dmalloc+set}" = set; then
6629      withval="$with_dmalloc"
6630      if test "$withval" = yes; then
6631      echo "$as_me:$LINENO: result: yes" >&5
6632    echo "${ECHO_T}yes" >&6
6633    
6634    cat >>confdefs.h <<\_ACEOF
6635    #define WITH_DMALLOC 1
6636    _ACEOF
6637    
6638      LIBS="$LIBS -ldmalloc"
6639      LDFLAGS="$LDFLAGS -g"
6640    else
6641      echo "$as_me:$LINENO: result: no" >&5
6642    echo "${ECHO_T}no" >&6
6643    fi
6644    else
6645      echo "$as_me:$LINENO: result: no" >&5
6646    echo "${ECHO_T}no" >&6
6647    fi;
6648    
6649  ALL_LINGUAS="de es et fr ja nl tr ru"  ALL_LINGUAS="de es et fr ja nl tr ru"
6650  # Make sure we can run config.sub.  # Make sure we can run config.sub.
6651  $ac_config_sub sun4 >/dev/null 2>&1 ||  $ac_config_sub sun4 >/dev/null 2>&1 ||

Legend:
Removed from v.1.7.2.8  
changed lines
  Added in v.1.7.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26