1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't

understand '-n'.  Use tr to trim the carriage return instead.
This commit is contained in:
David Shaw 2008-08-27 05:58:30 +00:00
parent 39a5a34eab
commit eb0b47b422
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-08-27 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
understand '-n'. Use tr to trim the carriage return instead.
2008-04-23 Werner Koch <wk@g10code.com>
* configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.