Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal acconfig.h configure.in

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Mon, 27 Dec 1999 22:40:10 -0600 (CST)
gerald      1999/12/27 22:40:08 CST

  Modified files:
    .                    acconfig.h configure.in 
  Log:
  Add support for "--with-plugindir=<plugin install dir>" to configure.
  Make the default plugindir $(libdir)/ethereal/plugins/0.8.  Ethereal now
  looks for plugins in the following directories:
    /usr/lib/ethereal/plugins/0.8
    /usr/local/lib/ethereal/plugins/0.8
    $plugindir (if different from above)
    $HOME/.ethereal/plugins
  
  Revision  Changes    Path
  1.13      +3 -1      ethereal/acconfig.h
  1.68      +23 -1     ethereal/configure.in