auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 13153baa51f35b04ca541


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 13153baa51f35b04ca5411ae9dfb0a2c8f9bb405
Date: Sat, 14 May 2016 11:52:08 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  13153baa51f35b04ca5411ae9dfb0a2c8f9bb405 (commit)
      from  7fc63f1deeeb1ef76ba2806fa4baf972ba44befc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 13153baa51f35b04ca5411ae9dfb0a2c8f9bb405
Author: Mosè Giordano <address@hidden>
Date:   Sat May 14 13:50:45 2016 +0200

    Use commit date for package date also in configure
    
    * aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): Use commit date rather
      than author date.

diff --git a/aclocal.m4 b/aclocal.m4
index b701653..08b0b52 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -94,7 +94,7 @@ fi
 
 AC_DEFUN(AC_DATE_VERSION_FROM_CHANGELOG, [
 AC_MSG_CHECKING([for date with git])
-$1=[`git log -1 --date=short --format=%ad 2> /dev/null`]
+$1=[`git log -1 --date=short --format=%cd 2> /dev/null`]
 if test "X${$1}" = X
 then
   AC_MSG_RESULT([git not found, checking for date in ChangeLog:])

-----------------------------------------------------------------------

Summary of changes:
 aclocal.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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