From: Paul Eggert Date: Mon, 18 Sep 2006 17:45:51 +0000 (+0000) Subject: * inttypes.m4 (gl_INTTYPES_H): Quote "test" args X-Git-Tag: cvs-readonly~1865 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=269c2a93c2770d5fbb2895b79afb84f1f35f96b2;p=gnulib.git * inttypes.m4 (gl_INTTYPES_H): Quote "test" args more systematically. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 796ea0293..fc465cfed 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-09-18 Mark D. Baushke + + * inttypes.m4 (gl_INTTYPES_H): Quote "test" args + more systematically. + 2006-09-15 Paul Eggert * savewd.m4: New file. diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 index 3a43c0ac0..5ad1c26ac 100644 --- a/m4/inttypes.m4 +++ b/m4/inttypes.m4 @@ -1,4 +1,4 @@ -# inttypes.m4 serial 4 +# inttypes.m4 serial 5 dnl Copyright (C) 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -23,8 +23,8 @@ AC_DEFUN([gl_INTTYPES_H], dnl - that imaxabs, imaxdiv, strtoimax, strtoumax are declared, dnl - some additional tests. gl_cv_header_working_inttypes_h=no - if test $gl_cv_header_working_stdint_h = yes \ - && test $gl_cv_header_inttypes_h = yes \ + if test "$gl_cv_header_working_stdint_h" = yes \ + && test "$gl_cv_header_inttypes_h" = yes \ && test "$ac_cv_have_decl_imaxabs" = yes \ && test "$ac_cv_have_decl_imaxdiv" = yes \ && test "$ac_cv_have_decl_strtoimax" = yes \