Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
[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
47f7fb8b 29*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
2ce30166 30| *-*-cygwin* | *-*-mingw32 | *-*-win32 )
22395d7e
ILT
31 AC_DEFINE(BSD44_FORMAT)
32 ;;
33esac
34
2f1fec47
ILT
35AM_MAINTAINER_MODE
36AM_CYGWIN32
274e44ae 37AM_EXEEXT
2f1fec47 38
16a02269
TT
39AC_OUTPUT(Makefile po/Makefile.in:po/Make-in,
40[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile])
This page took 0.250379 seconds and 4 git commands to generate.