Correct m4 conditionals in curses.m4
commitbc384b7d5e4818c567a64fe4a935f021d936444f
authorBenjamin Kaduk <kaduk@mit.edu>
Mon, 16 Oct 2017 21:53:22 +0000 (16 16:53 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 17 Oct 2017 00:00:18 +0000 (16 20:00 -0400)
tree21dd2c81c38eedf111f9f1c3ea213b176db2644c
parent688b3570867cda3035ec6bcd9c7538cf651f38f6
Correct m4 conditionals in curses.m4

AS_IF does not invoke the test(1) shell builtin for us, so we must
take care to consistently use it ourself.

While here, sprinkle some missing double-quotes around variable
expansions in AS_IF statements in this file.

Submitted by Bastian Beischer.

FIXES 134414

Change-Id: Iccfe311011f17de6317cf64abdc58b0812b81b8c
Reviewed-on: https://gerrit.openafs.org/12738
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit e0c5ada214596d5adb6798682d5e280cc99f447c)
Reviewed-on: https://gerrit.openafs.org/12739
src/cf/curses.m4