From: Carl Worth Date: Tue, 1 Dec 2009 19:39:30 +0000 (-0800) Subject: configure: Use printf to achieve result of "echo -n". X-Git-Tag: 0.1~269 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=6320695223e466a285a77fe0d30fff0ff5e89172;hp=6320695223e466a285a77fe0d30fff0ff5e89172;p=notmuch configure: Use printf to achieve result of "echo -n". We had avoided using "echo -n" originally for portability concerns, and instead just printed the same string in both conditions, (and also printed the string late if any check took long). The word is that printf is quite portable, so we use that instead. ---