]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: port to Solaris 10 /bin/sh
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Mar 2018 01:20:18 +0000 (18:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Mar 2018 01:20:41 +0000 (18:20 -0700)
* m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Use 'test ! EXPR'
instead of '! test EXPR'.

ChangeLog
m4/lib-link.m4

index 99f219c2687b510a118fbb8888cca2fd751fb24f..74f3bfc713370eeb3cfc8c1cb0af3c60fa519912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 4a4a185e3cf14326a0440e781b9a1aba5a0be599..df77db982bf94d54d529520f724f324f90ec393e 100644 (file)
@@ -211,7 +211,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
         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