branch: elpa
commit 13153baa51f35b04ca5411ae9dfb0a2c8f9bb405
Author: Mosè Giordano <[email protected]>
Commit: Mosè Giordano <[email protected]>
Use commit date for package date also in configure
* aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): Use commit date rather
than author date.
---
aclocal.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:])