summaryrefslogtreecommitdiff
path: root/README.hacking
diff options
context:
space:
mode:
Diffstat (limited to 'README.hacking')
-rw-r--r--README.hacking37
1 files changed, 0 insertions, 37 deletions
diff --git a/README.hacking b/README.hacking
index 58b2698872..1f1083bb62 100644
--- a/README.hacking
+++ b/README.hacking
@@ -29,11 +29,6 @@ aren't done differently, etc, etc,
Until boost 1.35 or later is common in distributions, you'll need to
build boost from source yourself. See README.building-boost.
-Also, when running make distcheck you'll need to provide the
-DISTCHECK_CONFIGURE_FLAGS. E.g.,
-
- $ make distcheck DISTCHECK_CONFIGURE_FLAGS=--with-boost=/opt/boost_1_36_0
-
* C++ and Python
@@ -175,38 +170,6 @@ library and into the program. I haven't tested out this idea.
We use the standard unittest package for unit testing of Python code.
-* Subversion line ending styles
-
-All text files in the tree should have the subversion property
-'svn:eol-style' set to 'native', with the following exceptions:
-
-config/*.m4
-configure.ac
-gr-howto-write-a-block/config/*.m4
-gr-howto-write-a-block/configure.ac
-
-The easiest way to ensure this is to add or edit the following lines in
-your svn client configuration file (~/.subversion/config):
-
-enable-auto-props=yes
-
-[auto-props]
-*.c = svn:eol-style=native
-*.cc = svn:eol-style=native
-*.i = svn:eol-style=native
-*.h = svn:eol-style=native
-*.am = svn:eol-style=native
-*.py = svn:eol-style=native
-*.ac = svn:eol-style=LF
-*.m4 = svn:eol-style=LF
-
-* Misc tips
-
-ccache, a compiler cache, can really speed up your builds.
-See http://ccache.samba.org/
-
-Be sure to create links for gcc and g++
-
* Standard command line options