automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: fix: syntax error in sanity.m4


From: Jim Meyering
Subject: [automake-commit] branch master updated: fix: syntax error in sanity.m4
Date: Thu, 02 Nov 2023 01:25:17 -0400

This is an automated email from the git hooks/post-receive script.

meyering pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=5c85c782ae63769cc8c0b56505f7b188009d6666

The following commit(s) were added to refs/heads/master by this push:
     new 5c85c782a fix: syntax error in sanity.m4
5c85c782a is described below

commit 5c85c782ae63769cc8c0b56505f7b188009d6666
Author: Jim Meyering <meyering@meta.com>
AuthorDate: Wed Nov 1 22:20:05 2023 -0700

    fix: syntax error in sanity.m4
    
    * m4/sanity.m4 (_AM_FILESYSTEM_TIMESTAMP_RESOLUTION): Fix
    syntax error from preceding change: add a missing double quote.
---
 m4/sanity.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/sanity.m4 b/m4/sanity.m4
index dbc8d9fdb..4abd18773 100644
--- a/m4/sanity.m4
+++ b/m4/sanity.m4
@@ -26,12 +26,12 @@ AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS])
 # Autom4te's caching of results and comparing timestamps.
 # More info: long thread around
 #     https://lists.gnu.org/archive/html/automake/2023-04/msg00002.html
-# and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64756.  
+# and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64756.
 # By the way, we cannot use Perl to see if %INC{q[Time/HiRes.pm]} is
 #   defined, because Time::HiRes might get pulled in from other system
 #   modules even when not used directly. (An idea suggested in that thread.)
 AC_PATH_PROG([AUTOM4TE], [autom4te])
-if test x"$autom4te_perllibdir = x; then
+if test x"$autom4te_perllibdir" = x; then
   autom4te_perllibdir=`sed -n \
    '/autom4te_perllibdir/{s/^.*|| //;s/;$//;s/^.//;s/.$//;p;q}' <$AUTOM4TE`
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]