diff options
author | David Shaw <dshaw@jabberwocky.com> | 2008-08-27 19:01:29 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2008-08-27 19:01:29 +0200 |
commit | 2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be (patch) | |
tree | c17f76e17eef94a4e263d080ada40bd6ea47cb4c /ChangeLog | |
parent | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't (diff) | |
download | gnupg2-2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be.tar.xz gnupg2-2a7b21ac7227b4c4bb662ca9d0781b20dca5c2be.zip |
* configure.ac: Use printf for the most portable SVN version
detection.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |