gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] (no subject)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] (no subject)
Date: Mon, 23 May 2016 10:56:25 +0000 (UTC)

branch: master
commit 05e4bc1759fed81a4ef2a964c052cd97701382a7
Author: Mohammad Akhlaghi <address@hidden>
Date:   Sun May 22 16:07:00 2016 +0900

    Corrected end of configure message
    
    One of the two suggestions after `./configure' had a period in the end of
    the sentence, while the other didn't. This is corrected now: the one
    without a period now has one. All the messages after each `make' step also
    has this structure (a fullstop before the closing parenthesis).
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index feadadb..86acd83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,7 +420,7 @@ AS_IF([test x$enable_guide_message = xyes],
       ]
      )
   AS_ECHO(["(Build faster on N threads with 'make -jN'.)"])
-  AS_ECHO(["(Configure with '--disable-guide-message' for no messages)"])
+  AS_ECHO(["(Configure with '--disable-guide-message' for no messages.)"])
   
AS_ECHO([===================================================================])
   
AS_ECHO([===================================================================])
   AS_ECHO([])



reply via email to

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