FVWM: sample.fvwmrc Imakefile logic error Bug and Fix

From: Keith Carter <cartek_at_mcsunx.gs.com>
Date: Wed, 24 Apr 1996 20:26:28 -0400

A logic error in the sample.fvwmrc Imakefile causes the sample makefile
to be included even if you say "NO" to the option i.e.

#define InstallSample NO

sample.fvwmrc/Imakefile was

#ifdef InstallSample
InstallNonExecFile(system.fvwmrc,$(FVWMDIR))
#endif

which if InstallSample was YES or NO would install the sample

and should be:

#if InstallSample == YES
InstallNonExecFile(system.fvwmrc,$(FVWMDIR))
#endif
 

-- 
Keith Carter
Email : cartek_at_mcsunx.gs.com
Work  : 212-902-9180
Beeper: 917-506-8942
"An open mind sees more than open eyes", [kbc] Feb  6, 1996
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Apr 24 1996 - 20:58:52 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:58 BST