source: trunk/athena/bin/gathlogout/configure.in @ 21714

Revision 21714, 151 bytes checked in by ghudson, 19 years ago (diff)
Link explicitly against the X libraries. The gtk libraries have them as ELF dependencies, but that isn't good enough for the Solaris 10 linker.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(gathlogout.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_PATH_XTRA
7
8AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.