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, 9 Jan 2003 17:50:55 -0600 (CST)
guy         2003/01/09 17:50:54 CST

  Modified files:
    epan                 configure.in 
  Log:
  Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure
  script for the plugin directory; in most Makefile.am files it's set with
  
  	plugindir = @plugindir@
  
  (along the lines of what's done with other variables with pathnames -
  the variable name is all lower case), so the variable needs to be named
  "plugindir".
  
  Fix the DOCSIS plugins' Makefile.am to use "plugindir".
  
  Don't bother doing "AC_SUBST(PLUGIN_DIR)", as no Makefiles use
  PLUGIN_DIR as an autoconf variable.
  
  Revision  Changes    Path
  1.34      +2 -2      ethereal/epan/configure.in