>>>>> "Keith" == Keith Carter <cartek_at_mcsunx.gs.com> writes:
Keith> A logic error in the sample.fvwmrc Imakefile causes the sample makefile
Keith> to be included even if you say "NO" to the option i.e.
Keith> #define InstallSample NO
Keith> sample.fvwmrc/Imakefile was
Keith> #ifdef InstallSample
Keith> InstallNonExecFile(system.fvwmrc,$(FVWMDIR))
Keith> #endif
Keith> which if InstallSample was YES or NO would install the sample
Keith> and should be:
Keith> #if InstallSample == YES
Keith> InstallNonExecFile(system.fvwmrc,$(FVWMDIR))
Keith> #endif
Thanks, fixed for next release.
Chuck
--
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 Thu Apr 25 1996 - 09:22:38 BST