summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2008-08-27 19:01:29 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2008-08-27 19:01:29 +0200
commit2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be (patch)
treec17f76e17eef94a4e263d080ada40bd6ea47cb4c /ChangeLog
parent* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't (diff)
downloadgnupg2-2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be.tar.xz
gnupg2-2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be.zip
* configure.ac: Use printf for the most portable SVN version
detection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a2bf62c1..973a359af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-08-27 David Shaw <dshaw@jabberwocky.com>
+ * configure.ac: Use printf for the most portable SVN version
+ detection.
+
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
understand '-n'. Use tr to trim the carriage return instead.