* inttypes.m4 (gl_INTTYPES_H): Quote "test" args
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 17:45:51 +0000 (17:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 17:45:51 +0000 (17:45 +0000)
more systematically.

m4/ChangeLog
m4/inttypes.m4

index 796ea02..fc465cf 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-18  Mark D. Baushke  <mdb@gnu.org>
+
+       * inttypes.m4 (gl_INTTYPES_H): Quote "test" args
+       more systematically.
+
 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * savewd.m4: New file.
index 3a43c0a..5ad1c26 100644 (file)
@@ -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 \