* hppa-dis.c (print_insn_hppa): Handle 'Z' argument.
[deliverable/binutils-gdb.git] / mmalloc / configure.in
index e7b9a4b85ae581942291d2f6c9a0345e6f0ab51e..bf12661c29ea68fa17490eeb909ea132f5ae1732 100644 (file)
@@ -1,13 +1,13 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.3)dnl
+AC_PREREQ(2.12.1)dnl
 AC_INIT(mmalloc.c)
 
-CC=${CC-cc}
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_RANLIB
+AC_CHECK_TOOL(AR, ar)
+AC_CHECK_TOOL(RANLIB, ranlib, :)
 
 AC_FUNC_MMAP
-AC_HEADER_STDC
+AC_CHECK_HEADERS(limits.h stddef.h)
 
 AC_OUTPUT(Makefile)
This page took 0.023332 seconds and 4 git commands to generate.