Add armcoff.em to list of kept files.
[deliverable/binutils-gdb.git] / mmalloc / configure.in
index af44b7482641db72835d98de2824aa60680e1088..10b8652d8044f6893319207688dd80f92c88e14a 100644 (file)
@@ -1,33 +1,14 @@
-# This file is a shell script that supplies the information necessary
-# to tailor a template configure script into the configure script
-# appropriate for this directory.  For more information, check any
-# existing configure script.
+dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.3)dnl
+AC_INIT(mmalloc.c)
 
-srctrigger=mmalloc.c
-srcname="mmalloc library"
-configdirs=""
+CC=${CC-cc}
+AC_PROG_CC
+AC_PROG_INSTALL
+AC_PROG_RANLIB
 
-# per-host:
+AC_FUNC_MMAP
+AC_HEADER_STDC
+AC_CHECK_HEADERS(stddef.h)
 
-case "${host_os}" in
-
-sysv4)
-       host_makefile_frag=config/mh-sysv4
-       ;;
-
-sunos4*)
-       host_makefile_frag=config/mh-sunos4
-       ;;
-
-*)
-       ;;
-
-esac
-
-# per-target:
-
-#
-# Local Variables:
-# fill-column: 131
-# End:
-#
+AC_OUTPUT(Makefile)
This page took 0.025165 seconds and 4 git commands to generate.