Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am acinclude.m4 configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 15 Jan 2000 03:46:34 -0600 (CST)
guy         2000/01/15 03:46:32 CST

  Modified files:
    .                    Makefile.am acinclude.m4 configure.in 
  Log:
  Arrange that, on Solaris, we link with "-lkstat" if necessary when
  linking with "-lsnmp".
  
  Link only Ethereal and Tethereal with "-lpcap"; don't link editcap, or
  any of the test programs that the configure script builds, with it
  (because that means you also have to arrange that those test programs be
  linked with @SOCKET_LIBS@ and @NSL_LIBS@) - i.e., don't add it to LIBS,
  add it to PCAP_LIBS, and use that only for programs that need it.
  
  Revision  Changes    Path
  1.154     +5 -5      ethereal/Makefile.am
  1.17      +83 -7     ethereal/acinclude.m4
  1.76      +36 -17    ethereal/configure.in