Bug 1591 - Update build date in configure.ac
Summary: Update build date in configure.ac
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2005-10-28 20:31 UTC by Igor Foox
Modified: 2006-01-31 16:02 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Foox 2005-10-28 20:31:34 UTC
Make the version be major.minor.patch-level.date. Have a daily cron job to
update the date.
Comment 1 Andrew Cagney 2005-10-31 16:49:46 UTC
This gets the version info into a separate file -- step 1.

Index: ChangeLog
2005-10-31  Andrew Cagney  <cagney@redhat.com>

        * version.in: New file.
        * configure.ac (VERSION_IN): Define by including version.in.
        (AC_INIT): Set version to VERSION_IN.
Comment 2 Andrew Cagney 2005-10-31 17:22:59 UTC
Cron job added.

2005-10-31 -d /cvs/frysk co frysk-top/version.in
1c1
< 0.0.0.20051031
---
> 0.0.0.20051030
Checking in version.in;
/cvs/frysk/frysk-top/version.in,v  <--  version.in
new revision: 1.3; previous revision: 1.2
done

wonder if there is a way of doing this using CVSMODULES