home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tk3.3b1 / configure.in < prev    next >
Encoding:
Text File  |  1993-06-26  |  393 b   |  13 lines

  1. dnl    This file is an input file used by the GNU "autoconf" program to
  2. dnl    generate the file "configure", which is run during Tk installation
  3. dnl    to configure the system for the local environment.
  4.  
  5. AC_INIT(tk.h)
  6. AC_PROG_INSTALL
  7. AC_PROG_RANLIB
  8. AC_UNISTD_H
  9. AC_HAVE_HEADERS(sys/select.h)
  10. AC_HAVE_LIBRARY(socket, [LIBS=$libs -lsocket"])
  11. AC_HAVE_LIBRARY(nsl, [LIBS=$libs -lnsl"])
  12. AC_OUTPUT(Makefile)
  13.