From: <sg...@us...> - 2003-08-29 11:35:25
|
Update of /cvsroot/libfunutil/libfunutil/toc/tests In directory sc8-pr-cvs1:/tmp/cvs-serv22238 Modified Files: gnu_cpp_tools.sh accept_license.sh Log Message: added some help text using the new help support Index: gnu_cpp_tools.sh =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/gnu_cpp_tools.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gnu_cpp_tools.sh 29 Aug 2003 10:40:40 -0000 1.7 +++ gnu_cpp_tools.sh 29 Aug 2003 11:35:15 -0000 1.8 @@ -1,5 +1,5 @@ # toc_run_description = looking for gcc, ld, and maybe other compilation-related tools -# +# toc_begin_help = # It takes the following configure arguments: # --enable-debug causes stuff to be built -g instead of -02. This is a # little weird, but you can control the optimization level @@ -16,6 +16,7 @@ # - CFLAGS probably empty (or maybe -pipe) # - CXXFLAGS probably empty (or maybe -pipe) # - LDFLAGS probably empty +# = toc_end_help CC= Index: accept_license.sh =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/accept_license.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- accept_license.sh 28 Aug 2003 09:30:07 -0000 1.1 +++ accept_license.sh 29 Aug 2003 11:35:15 -0000 1.2 @@ -1,10 +1,16 @@ # toc_run_description = encourage the user to read the LICENSE file -# toc_return_description = 1 if the license could not be read or if the user does not answer yes to the question of accepting the license. -# +# toc_begin_help = + +# Accepts a license filename as $1 and returns 1 if the license could +# not be read or if the user does not answer yes to the question of +# accepting the license. + +# After returning, if ${accept_license_LICENSES} is not empty then the +# user is prompted to select one of the licenses, and this test +# returns 1 if they do not. + +# = toc_end_help -# If ${accept_license_LICENSES} is not empty then the user is prompted -# to select one of the licenses, and this test returns 1 if they do -# not. # It accepts the following "quick bypass": |