summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtools/release-checklist11
1 files changed, 11 insertions, 0 deletions
diff --git a/dtools/release-checklist b/dtools/release-checklist
new file mode 100644
index 000000000..9e2e37706
--- /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