source: trunk/athena/bin/session/configure.in @ 13610

Revision 13610, 235 bytes checked in by danw, 25 years ago (diff)
autoconfiscate and warnsify
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(session_gate.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_CANONICAL_HOST
8case $host_os in
9irix*)
10        AC_DEFINE(SGISession)
11        LIBS="$LIBS -lX11"
12        ;;
13esac
14
15AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.