changeset 7328:6127c38b592f

* inttypes.m4 (gl_INTTYPES_H): Quote "test" args more systematically.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 18 Sep 2006 17:45:51 +0000
parents 6db875979695
children c11bdf6103c7
files m4/ChangeLog m4/inttypes.m4
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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.
--- 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 @@
   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 \