On 12 Apr 2002 15:41:09 -0500, FVWM CVS wrote: > > Log message: > * split directory utils/ into 2 directories: > _ bin/ - for programs installed into ${bindir} > _ utils/ - for developer and miscellaneous utilities
As usual after adding a directory, manually rerun automake (to create bin/Makefile.in) and ./configure (to create bin/Makefile). I also suggest to clean up utils/ from old auto-generated files: % cd utils % find . -maxdepth 1 ! -name Makefile -exec rm {} \; % cvs update Regards, Mikhael. -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]