1 # This file is a shell script that supplies the information necessary
2 # to tailor a template configure script into the configure script
3 # appropriate for this directory. For more information, check any
4 # existing configure script.
13 i[345]86-*-*) my_target=i386 ;;
14 sparc-*-*) my_target=sparc ;;
15 tahoe-*-*) my_target=tahoe ;;
16 vax-*-*) my_target=vax ;;
17 ns532-*-*|*-pc532-*) my_target=ns532;;
18 *-*-*) my_target=dummy ;;
21 target_makefile_frag=config/mt-${my_target}
22 if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then