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@xxxxxxxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 16:06:07 -0600 (CST)
guy         2003/10/30 16:06:07 CST

  Modified files:
    .                    configure.in 
  Log:
  Wrap "x$POD2MAN" in quotes, so if there are spaces in the pathname, the
  configure script doesn't fail.  (The Makefile will probably fail, but
  that's another matter.)
  
  If "$POD2MAN" is empty, it could mean that pod2man is installed but the
  user's path doesn't include the directory in which it's installed; fix
  up the error message.
  
  Revision  Changes    Path
  1.229     +3 -3      ethereal/configure.in