source: trunk/third/cns/configure.in @ 8789

Revision 8789, 771 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
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.
5
6configdirs="src doc"
7srctrigger=Makefile.in
8srcname="kerberos"
9
10# per-host:
11
12host_makefile_frag=
13
14case "${host}" in
15  i[345]86-*-windows*)  host_makefile_frag=config/mh-win
16                        configdirs="src" ;;
17  hppa1.[01]-hp-hpux*)  host_makefile_frag=config/mh-snake ;;
18  *-*-macos* | *-*-mpw*)
19                        host_makefile_frag=config/mh-mac
20                        configdirs="src" ;;
21  mips*-pyramid-osx*)   host_makefile_frag=config/mh-pyramid ;;
22  mips*-sgi-irix4*)     host_makefile_frag=config/mh-irix4 ;;
23  mips*-sgi-irix5*)     host_makefile_frag=config/mh-irix5 ;;
24esac
25
26# per-target:
Note: See TracBrowser for help on using the repository browser.