]> mj.ucw.cz Git - pciutils.git/commit
configure: use simpler/more portable echo_n
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Jun 2016 04:21:38 +0000 (00:21 -0400)
committerMartin Mares <mj@ucw.cz>
Fri, 17 Nov 2017 12:55:33 +0000 (13:55 +0100)
commitdf2e141fce690de57cae13562456269cf42926ba
treee52f3c257cbaab402996639d02d376b82d291f43
parentdfd15a80b40edfc85ad71189a6f7e797bc269af3
configure: use simpler/more portable echo_n

The `echo -n` behavior is not in POSIX and not all shells support it.
Use the portable `printf` func as defined by POSIX.
lib/configure