* gdbtypes.c (check_stub_method): Make sure we get back a function
[deliverable/binutils-gdb.git] / gprof / configure.in
CommitLineData
7858d8dc
C
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(gprof.c)
c98f0ae5 4
7858d8dc
C
5CC=${CC-cc}
6AC_PROG_CC
c98f0ae5 7
7858d8dc
C
8AC_CANONICAL_SYSTEM
9AC_ARG_PROGRAM
c98f0ae5 10
5d32c952 11case "${target}" in
7858d8dc 12alpha-*-*) MY_TARGET=alpha ;;
379062d1 13changequote(,)dnl
7858d8dc 14i[345]86-*-*) MY_TARGET=i386 ;;
379062d1 15changequote([,])dnl
7858d8dc
C
16sparc-*-*) MY_TARGET=sparc ;;
17tahoe-*-*) MY_TARGET=tahoe ;;
18vax-*-*) MY_TARGET=vax ;;
af0786b4 19ns32k-*-*) MY_TARGET=ns532;;
7858d8dc 20*-*-*) MY_TARGET=dummy ;;
a11d7ba3
SEF
21esac
22
7858d8dc
C
23AC_SUBST(MY_TARGET)
24AC_OUTPUT(Makefile)
This page took 0.140652 seconds and 4 git commands to generate.