]> Savannah Git Hosting - gnulib.git/commitdiff
maint: remove stray space after "." in AC_DEFINE comment.
authorJim Meyering <meyering@fb.com>
Wed, 12 Oct 2016 04:41:57 +0000 (21:41 -0700)
committerJim Meyering <meyering@fb.com>
Wed, 12 Oct 2016 04:50:09 +0000 (21:50 -0700)
* m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Remove space-after-".".
* m4/utimes.m4 (gl_FUNC_UTIMES): Likewise.

ChangeLog
m4/st_dm_mode.m4
m4/utimes.m4

index fd8fb481e4ef111efdbfbeca7bb1ab3f8b829e29..6cf41421c607601a086f1352589a0ad82afe799c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-10-11  Jim Meyering  <meyering@fb.com>
+
+       maint: remove stray space after "." in AC_DEFINE comment.
+       * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Remove space-after-".".
+       * m4/utimes.m4 (gl_FUNC_UTIMES): Likewise.
+
 2016-10-05  Jim Meyering  <meyering@fb.com>
 
        long-options: avoid new GCC 7 warning from -Wimplicit-fallthrough
index 1cfe68e406597597e3864e673c4495f6cc4e2af4..debd753ffe17e0c569e13479c684bcf6cc36d45f 100644 (file)
@@ -17,7 +17,7 @@ AC_DEFUN([AC_STRUCT_ST_DM_MODE],
 
   if test $ac_cv_struct_st_dm_mode = yes; then
     AC_DEFINE([HAVE_ST_DM_MODE], [1],
-              [Define if struct stat has an st_dm_mode member. ])
+              [Define if struct stat has an st_dm_mode member.])
   fi
  ]
 )
index 1876bec7996714b57cf578c3ad59f5271cf6f899..0778185ec4f1ae465c12fb30eb8780607e09eef7 100644 (file)
@@ -145,6 +145,6 @@ main ()
        [gl_cv_func_working_utimes=no])])
 
   if test $gl_cv_func_working_utimes = yes; then
-    AC_DEFINE([HAVE_WORKING_UTIMES], [1], [Define if utimes works properly. ])
+    AC_DEFINE([HAVE_WORKING_UTIMES], [1], [Define if utimes works properly.])
   fi
 ])