OSDN Git Service

2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / machine / m32r / aclocal.m4
index 70d4810..31ccc38 100644 (file)
@@ -38,6 +38,15 @@ AC_ARG_ENABLE(target-optspace,
   *)   AC_MSG_ERROR(bad value ${enableval} for target-optspace option) ;;
  esac], [target_optspace=])dnl
 
+dnl Support --enable-malloc-debugging - currently only supported for Cygwin
+AC_ARG_ENABLE(malloc-debugging,
+[  --enable-malloc-debugging indicate malloc debugging requested],
+[case "${enableval}" in
+  yes) malloc_debugging=yes ;;
+  no)  malloc_debugging=no ;;
+  *)   AC_MSG_ERROR(bad value ${enableval} for malloc-debugging option) ;;
+ esac], [malloc_debugging=])dnl
+
 dnl Support --enable-newlib-mb
 AC_ARG_ENABLE(newlib-mb,
 [  --enable-newlib-mb        enable multibyte support],
@@ -65,7 +74,7 @@ AC_SUBST(newlib_basedir)
 
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.9.0)
 
 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We