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