summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDavid Frey <dpfrey@gmail.com>2018-03-05 12:01:16 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2018-03-06 09:47:47 +0200
commitfeddc8249f32a004eeb3bd4c764a50c5b2f33c81 (patch)
tree5d50b1f00a03bb731223641dae7e3f5442fcf562 /HACKING
parent6d8260cf6cc1793e30b68150f18c551b64732513 (diff)
downloadbluez-feddc8249f32a004eeb3bd4c764a50c5b2f33c81.tar.gz
Remove obsolete Debian notes from HACKING
The HACKING document says that Debian's automake version doesn't satisfy the automake >= 1.10 requirement, but this is no longer true. The automake version in Debian 8 (oldstable) is 1.14 and the version in Debian 9 (stable) is 1.15.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 1 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index 87762f1e0..e10986fcb 100644
--- a/HACKING
+++ b/HACKING
@@ -5,16 +5,7 @@ Build tools requirements
========================
When building and testing directly from the repository it is important to
-have at least automake version 1.10 or later installed. All modern
-distributions should default to the latest version, but it seems that
-Debian's default is still an earlier version:
-
- Check version
- # dpkg -l '*automake*'
-
- Install new version
- # apt-get install automake1.10
- # update-alternatives --config automake
+have at least automake version 1.10 or later installed.
Working with the source code repository