home *** CD-ROM | disk | FTP | other *** search
- dnl This file is an input file used by the GNU "autoconf" program to
- dnl generate the file "configure", which is run during Tk installation
- dnl to configure the system for the local environment.
-
- AC_INIT(tk.h)
- AC_PROG_INSTALL
- AC_PROG_RANLIB
- AC_UNISTD_H
- AC_HAVE_HEADERS(sys/select.h)
- AC_HAVE_LIBRARY(socket, [LIBS=$libs -lsocket"])
- AC_HAVE_LIBRARY(nsl, [LIBS=$libs -lnsl"])
- AC_OUTPUT(Makefile)
-