/[bison]/bison/aclocal.m4
ViewVC logotype

Diff of /bison/aclocal.m4

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

revision 1.4.2.2 by akim, Thu Aug 30 15:41:40 2001 UTC revision 1.4.2.3 by akim, Sat Sep 22 17:19:02 2001 UTC
# Line 937  if test $ac_cv_func_strerror_r = yes; th Line 937  if test $ac_cv_func_strerror_r = yes; th
937  fi  fi
938  ])# AC_FUNC_STRERROR_R  ])# AC_FUNC_STRERROR_R
939    
940    
941    # serial 1
942    
943    AC_DEFUN([AM_WITH_DMALLOC],
944    [AC_MSG_CHECKING([if malloc debugging is wanted])
945    AC_ARG_WITH(dmalloc,
946    [  --with-dmalloc          use dmalloc, as in
947                              http://www.dmalloc.com/dmalloc.tar.gz],
948    [if test "$withval" = yes; then
949      AC_MSG_RESULT(yes)
950      AC_DEFINE(WITH_DMALLOC,1,
951                [Define if using the dmalloc debugging malloc package])
952      LIBS="$LIBS -ldmalloc"
953      LDFLAGS="$LDFLAGS -g"
954    else
955      AC_MSG_RESULT(no)
956    fi], [AC_MSG_RESULT(no)])
957    ])
958    
959  # Macro to add for using GNU gettext.  # Macro to add for using GNU gettext.
960  # Ulrich Drepper <drepper@cygnus.com>, 1995.  # Ulrich Drepper <drepper@cygnus.com>, 1995.
961  #  #

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

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