[build] Use UTC, precise format for ‘buildstamp’ value.

* libguile/Makefile.am (libpath.h): For ‘buildstamp’,
  specify date(1) output format precisely, and in UTC.
* doc/ref/api-options.texi (Build Config): Update ‘buildstamp’ doc.
This commit is contained in:
Thien-Thi Nguyen 2010-06-16 01:01:05 +02:00
commit a6025413eb
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ by @code{(version)}. The value for @code{libguileinterface} is
libtool compatible and has form CURRENT:REVISION:AGE
(@pxref{Versioning,, Library interface versions, libtool, GNU
Libtool}). The value for @code{buildstamp} is the output of the
date(1) command.
command @samp{date -u +'%Y-%m-%d %T'} (UTC).
In the source, @code{%guile-build-info} is initialized from
libguile/libpath.h, which is completely generated, so deleting this file