Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[deliverable/binutils-gdb.git] / gprof / configure.in
CommitLineData
7858d8dc 1dnl Process this file with autoconf to produce a configure script.
39c3964f 2AC_PREREQ(2.5)dnl
7858d8dc 3AC_INIT(gprof.c)
c98f0ae5 4
2f1fec47
ILT
5AC_CANONICAL_SYSTEM
6
274e44ae 7AM_INIT_AUTOMAKE(gprof, 2.8.2)
2f1fec47 8
274e44ae
ILT
9AM_PROG_LIBTOOL
10
11dnl For simplicity, we use the BFD configuration file for most
12dnl things. However, we also need our own configuration file for
13dnl the automake PACKAGE and VERSION macros. We don't name it
14dnl config.h, to avoid any possible confusion with the bfd config.h.
15AM_CONFIG_HEADER(gconfig.h:gconfig.in)
ba8e3a2e 16
7858d8dc 17AC_PROG_CC
274e44ae 18AM_PROG_INSTALL
c98f0ae5 19
e3c0e00b
ILT
20AC_ISC_POSIX
21
22395d7e
ILT
22dnl We need to set BSD44_FORMAT on a host which uses the additional
23dnl header fields. This is an attempt to do that. I can't think of a
24dnl good feature test for this.
25case "${target}" in
26*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
27 AC_DEFINE(BSD44_FORMAT)
28 ;;
29esac
30
2f1fec47
ILT
31AM_MAINTAINER_MODE
32AM_CYGWIN32
274e44ae 33AM_EXEEXT
2f1fec47 34
7858d8dc 35AC_OUTPUT(Makefile)
This page took 0.204023 seconds and 4 git commands to generate.