Hi Paul,

Thanks for your comments.
After checking other packages realization, I modified Makefile.sfw to 
use CONFIGURE_OPTION.
You may check the latest webrev at 
http://cr.opensolaris.org/~linguo/snack/ for the details.

 ...

 32 CONFIGURE_OPTIONS32=    $(CONFIGURE_OPTIONS) \
 33                         --with-tcl=$(ROOT)/usr/lib \
 34                         --with-tk=$(ROOT)/usr/lib
 35 CONFIGURE_OPTIONS64=    $(CONFIGURE_OPTIONS) \
 36                         --with-tcl=$(ROOT)/usr/lib/64 \
 37                         --with-tk=$(ROOT)/usr/lib/64
...
 67             ./configure $(CONFIGURE_OPTIONS32))
...
 75             ./configure $(CONFIGURE_OPTIONS64))


As for the man page, sorry for making you confused.  I just want to 
express that it was written by myself.
I checked other similar man pages, there are no CDDL header or 
'Copyright' lines in it, only a line likes:

"This man page created by Sun to provide an overview of ..."


So I wrote snack man page as it.

Thanks again,
Lin



Reply via email to