From e52d20dd54cb94aebcab4e68e808dbcfe10dd76a Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 6 Nov 2007 00:45:42 +0000 Subject: [PATCH 1/1] Added file for accumulated release making notes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6817 221aa14e-8319-0410-a670-987f0aec2ac5 --- dtools/release-checklist | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dtools/release-checklist diff --git a/dtools/release-checklist b/dtools/release-checklist new file mode 100644 index 00000000..9e2e3770 --- /dev/null +++ b/dtools/release-checklist @@ -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 -- 2.30.2