Author: jcorgan Date: 2007-11-05 17:45:42 -0700 (Mon, 05 Nov 2007) New Revision: 6817
Added: gnuradio/trunk/dtools/release-checklist Log: Added file for accumulated release making notes. Added: gnuradio/trunk/dtools/release-checklist =================================================================== --- gnuradio/trunk/dtools/release-checklist (rev 0) +++ gnuradio/trunk/dtools/release-checklist 2007-11-06 00:45:42 UTC (rev 6817) @@ -0,0 +1,11 @@ +Caveats: + +* gr-howto-write-a-block must be checked out into it's own top-level + working copy for build, otherwise automake will grab the depcomp, + install-sh, etc. files from the parent directory, and not put them + in the distribution tarball. + +* Ubuntu's automake (at least) will copy config.guess and config.sub from + Ubuntu's system directory, even if there is already one in the directory. + You need to 'svn revert config.guess config.sub' after running bootstrap + and before running configure. \ No newline at end of file _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
