* m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Use 'test ! EXPR'
instead of '! test EXPR'.
+2018-03-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ havelib: port to Solaris 10 /bin/sh
+ * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Use 'test ! EXPR'
+ instead of '! test EXPR'.
+
2018-03-26 Paul Eggert <eggert@cs.ucla.edu>
time_rz: work around Mac OS X 10.6 infloop
additional_includedir="$withval/include"
additional_libdir="$withval/$acl_libdirstem"
if test "$acl_libdirstem2" != "$acl_libdirstem" \
- && ! test -d "$withval/$acl_libdirstem"; then
+ && test ! -d "$withval/$acl_libdirstem"; then
additional_libdir="$withval/$acl_libdirstem2"
fi
fi