old-cross-binutils/gprof/configure.in
Per Bothner 7f2649bb06 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
* configure.in:  No longer need to configure to get sysdep.h.
1993-06-07 19:57:26 +00:00

23 lines
586 B
Text

# This file is a shell script that supplies the information necessary
# to tailor a template configure script into the configure script
# appropriate for this directory. For more information, check any
# existing configure script.
srctrigger=gprof.c
srcname="gprof"
# per-host:
# per-target:
case "${target}" in
i386-*-*) my_target=i386 ;;
sparc-*-*) my_target=sparc ;;
tahoe-*-*) my_target=tahoe ;;
vax-*-*) my_target=vax ;;
*-*-*) my_target=dummy ;;
esac
target_makefile_frag=config/mt-${my_target}
if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
target_makefile_frag=
fi