some ns32k updates from Ian Dall
[platform/upstream/binutils.git] / gprof / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.3)dnl
3 AC_INIT(gprof.c)
4
5 CC=${CC-cc}
6 AC_PROG_CC
7
8 AC_CANONICAL_SYSTEM
9 AC_ARG_PROGRAM
10
11 case "${target}" in
12 alpha-*-*)      MY_TARGET=alpha ;;
13 changequote(,)dnl
14 i[345]86-*-*)   MY_TARGET=i386 ;;
15 changequote([,])dnl
16 sparc-*-*)      MY_TARGET=sparc ;;
17 tahoe-*-*)      MY_TARGET=tahoe ;;
18 vax-*-*)        MY_TARGET=vax ;;
19 ns32k-*-*)      MY_TARGET=ns532;;
20 *-*-*)          MY_TARGET=dummy ;;
21 esac
22
23 AC_SUBST(MY_TARGET)
24 AC_OUTPUT(Makefile)