Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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:53 -0600 (CST)
guy         2003/01/09 17:50:53 CST

  Modified files:
    .                    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.190     +6 -8      ethereal/configure.in