home *** CD-ROM | disk | FTP | other *** search
- # 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=glob.c
- srcname="glob library"
- configdirs=""
-
- # per-host:
-
- files=sysdep-norm.h
- links=sysdep.h
-
- case "${host}" in
- rs6000-ibm-aix) files=sysdep-aix.h; my_host=aix ;;
- rs6000-ibm-aix3.1) files=sysdep-aix.h; my_host=aix ;;
- *-*-aix*) my_host=aix ;;
- rs6000-bull-bosx*) files=sysdep-aix.h; my_host=aix ;;
- mips-sgi-irix*) files=sysdep-irix.h ;;
- m68k-sony-news*) files=sysdep-obsd.h ;;
- m68k-*-sunos3*) files=sysdep-obsd.h ;;
- *-*-mach*) files=sysdep-obsd.h ;;
- *-*-bsd*) files=sysdep-obsd.h ;;
- *-*-sysv4*) my_host=sysv4 ;;
- *-*-sco*) files=sysdep-sco.h ;;
- *-apollo-sysv*) files=sysdep-a68v.h; my_host=apollo68v ;;
- m88k-motorola-m88kbcs*) my_host=delta88 ;;
- esac
-
- host_makefile_frag=config/mh-${my_host}
-
- if [ ! -f ${host_makefile_frag} ] ; then
- host_makefile_frag=
- fi
-
- # per-target:
-