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

Diff of /m4/aclocal.m4

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

revision 1.1.1.1.2.1 by gary, Wed Jun 9 10:53:12 2004 UTC revision 1.1.1.1.2.2 by gary, Thu Feb 3 16:43:11 2005 UTC
# Line 57  AC_DEFUN(fp_C_PROTOTYPES, Line 57  AC_DEFUN(fp_C_PROTOTYPES,
57  AC_MSG_CHECKING([for function prototypes])  AC_MSG_CHECKING([for function prototypes])
58  if test "$ac_cv_prog_cc_stdc" != no; then  if test "$ac_cv_prog_cc_stdc" != no; then
59    AC_MSG_RESULT(yes)    AC_MSG_RESULT(yes)
60    AC_DEFINE(PROTOTYPES)    AC_DEFINE(PROTOTYPES, 1, Define to 1 if ANSI function prototypes are available)
61    U= ANSI2KNR=    U= ANSI2KNR=
62  else  else
63    AC_MSG_RESULT(no)    AC_MSG_RESULT(no)
# Line 76  AC_ARG_WITH(dmalloc, Line 76  AC_ARG_WITH(dmalloc,
76                            @/ftp.antaire.com:antaire/src/dmalloc.],                            @/ftp.antaire.com:antaire/src/dmalloc.],
77  [if test "$withval" = yes; then  [if test "$withval" = yes; then
78    AC_MSG_RESULT(yes)    AC_MSG_RESULT(yes)
79    AC_DEFINE(WITH_DMALLOC)    AC_DEFINE(WITH_DMALLOC, 1, Define to 1 if malloc debugging is enabled)
80    LIBS="$LIBS -ldmalloc"    LIBS="$LIBS -ldmalloc"
81    LDFLAGS="$LDFLAGS -g"    LDFLAGS="$LDFLAGS -g"
82  else  else

Legend:
Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.2

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