Merge from EMC branch back to main trunk.
[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
cc4f98f5 7AM_INIT_AUTOMAKE(gprof, 2.9.4)
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
16a02269
TT
22ALL_LINGUAS=
23CY_GNU_GETTEXT
24
22395d7e
ILT
25dnl We need to set BSD44_FORMAT on a host which uses the additional
26dnl header fields. This is an attempt to do that. I can't think of a
27dnl good feature test for this.
28case "${target}" in
29*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
30 AC_DEFINE(BSD44_FORMAT)
31 ;;
32esac
33
2f1fec47
ILT
34AM_MAINTAINER_MODE
35AM_CYGWIN32
274e44ae 36AM_EXEEXT
2f1fec47 37
16a02269
TT
38AC_OUTPUT(Makefile po/Makefile.in:po/Make-in,
39[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile])
This page took 0.211286 seconds and 4 git commands to generate.