]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
acinclude.m4: Avoid error from printf.
authorBen Pfaff <blp@ovn.org>
Mon, 17 Jul 2017 17:12:44 +0000 (10:12 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 17 Jul 2017 17:16:30 +0000 (10:16 -0700)
commitc99903188e0c4fa5c43f7ae8969a845befbcdfca
tree63a15c5c2440afc3a3c06072a43758f22110219c
parent66a9ef7a87f77a25ed568f55c1789eb6075b6abe
acinclude.m4: Avoid error from printf.

GNU (at least) printf interprets -I as an option, but we want to print it
literally, so use %s.

CC: YAMAMOTO Takashi <yamamoto@ovn.org>
Fixes: 27d41afaa446 ("acinclude.m4: Avoid echo -n")
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
acinclude.m4