Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan 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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 Jul 2001 02:25:47 -0500 (CDT)
guy         2001/07/26 02:25:47 CDT

  Modified files:
    epan                 configure.in 
  Log:
  MacOS support changes, from Michael Tuexen (with some modifications):
  
  	replace "--with-plugindir" with "--with-plugins", and have the
  	plugin directory optional - this allows plugins to be disabled;
  
  	add "--traditional-cpp" on MacOS X/Darwin (Apple's "cc" compiler
  	requires it, for some annoying reason, even though it is, as far
  	as I know, GCC-based, and other GCC's don't require it);
  
  	on MacOS X, don't use "pcap_version[]", as, for some annoying
  	reason, libpcap on MacOS X doesn't define it.
  
  Clean up some whitespace in the help messages for the configure script.
  
  Move the AM_CONDITIONAL for SETUID_INSTALL after the point at which
  "enable_setuid_install" is set, as it tests "enable_setuid_install".
  
  Revision  Changes    Path
  1.12      +39 -2     ethereal/epan/configure.in