     SUMMARY:   [???]

     BUGS:      [???]

     CHECKLIST:
     
CVS: SOURCE FILES:
     1)   Did you add any source files?  [???]
CVS:      If yes:  (if no, delete lines 1a, 1b, and 1c.)
     1.a) Did you do a 'cvs add'?  [???]
     1.b) Did you add them to a Makefile.am file in some way?  [???]
CVS:      HINT:  Do a "cvs -nq update | grep '^? ' | grep 'pp$'" or something
CVS:      similar to find source files you might have forgotten to add.
     1.c) Did you do a new bootstrap?  [???]
     
CVS: BUILD SYSTEM:
     2)   Did you update or change the build system?  [???]
CVS:      If yes:  (if no, delete lines 2a, and 2b.)
     2.a) Did you remember to do a bootstrap and do a 'cvs add' on the
          Makefile.am files and the Makefile.in files?  [???]
CVS:      HINT:  Do a "cvs -nq update | grep '^? ' | grep 'Makefile'" to look
CVS:      for missing makefiles
     2.b) [Optional but recommended] Did you blow away the libraries and
          executables and then rebuild?  [???]
CVS:      HINT:  Do something like (find . -name "*.a" -exec rm {} \; ; find .
CVS:      -name "*.exe" -exec rm {} \;).
CVS:      WARNING!  Watch out for directories that you added but did not do a
CVS:      'cvs add' for!  CVS will not show source files or makefiles when you
CVS:      do a 'cvs -n update' when these directories have not been added!
     
CVS: TEST:
     3) Did you rerun the test suite on at least the packages that you
        changed?  [???]

     COMMENTS:

     [???]

(checklist version 2007-06-20)
CVS: CHECKIN:
CVS: 4) Perform the checkin.
CVS: 
CVS: POST-CHECKIN:
CVS: 5) Do a 'cvs update' an a different working directory for Trilinos and
CVS:    reconfigure and rebuild at least the packages that you worked on.
CVS:    If you forgot the add needed Makefile.in files, then configure will
CVS:    fail right away.
