]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/config.site.athena
finalize -3
[1ts-debian.git] / zephyr / config.site.athena
1 # config.site: Athena-specific autconf configuration
2 # $Id$
3 #
4
5 athena=true
6
7 # Compile programs with debugging and without optimization, for ease
8 # of maintenance.  Use headers and libraries from /usr/athena.
9 : ${CFLAGS=-g}
10 : ${LDFLAGS="-L/usr/athena/lib -Wl,-R/usr/athena/lib"}
11 : ${CPPFLAGS="-I/usr/athena/include -D_REENTRANT"}
12
13 # Set location of X and Motif includes and libraries.
14 case "$ATHENA_HOSTTYPE" in
15 sun4)
16   x_includes=/usr/openwin/include
17   x_libraries=/usr/openwin/lib
18   with_motif=/usr/dt
19   ;;
20 linux)
21   x_includes=/usr/X11R6/include
22   x_libraries=/usr/X11R6/lib
23   with_motif=yes
24   # Kludge around namespace protection problems.
25   ac_cv_lib_resolv_res_send=yes
26   ac_cv_lib_db_dbm_open=yes
27   ;;
28 *)
29   x_includes=
30   x_libraries=
31   with_motif=yes
32   ;;
33 esac
34
35 # Set location of various includes and libraries if they aren't
36 # already set.
37 [ -n "$with_afs" ]      || with_afs=/usr/afsws
38 [ -n "$with_krb4" ]     || with_krb4=yes
39 [ -n "$with_krb5" ]     || with_krb5=yes
40 [ -n "$with_hesiod" ]   || with_hesiod=yes
41 [ -n "$with_com_err" ]  || with_com_err=yes
42 [ -n "$with_ss" ]       || with_ss=yes
43 [ -n "$with_zephyr" ]   || with_zephyr=yes
44 [ -n "$with_ares" ]     || with_ares=yes
45
46 prefix=/usr/athena
47 sbindir='${exec_prefix}/etc'
48 sysconfdir=/etc/athena
49 lbindir=/bin/athena
50 lsbindir=/etc/athena