diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-23 00:06:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-23 00:06:36 +0000 |
commit | c213d45b32735cb0f3ca837150f032635786ce5e (patch) | |
tree | ff496ce50b37b4c70c4b4c5954d0bf7796edd57d /version.c.in | |
parent | ebf39f738d76fe49043ea88fab84722d32aeba06 (diff) | |
download | gnumach-c213d45b32735cb0f3ca837150f032635786ce5e.tar.gz gnumach-c213d45b32735cb0f3ca837150f032635786ce5e.tar.bz2 gnumach-c213d45b32735cb0f3ca837150f032635786ce5e.zip |
2002-05-22 Roland McGrath <roland@frob.com>
* configure.in (VERSION): New substituted variable: set to 1.3 now.
(version.c): Add it to AC_OUTPUT.
* configure: Regenerated.
* Makefile.in (version): New variable, set from that.
Remove vpath directive for version.c, not found in build dir.
(topfiles): version.c -> version.c.in
* doc/Makefile.in (mach-version): Substituted instead of constant.
* version.c: File removed, replaced with ...
* version.c.in: ... this new file.
(version): Make it const. Use @VERSION@ for the number.
Diffstat (limited to 'version.c.in')
-rw-r--r-- | version.c.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/version.c.in b/version.c.in new file mode 100644 index 00000000..b1f5b2c6 --- /dev/null +++ b/version.c.in @@ -0,0 +1,2 @@ +/* @configure_input@ */ +const char version[] = "GNUmach @VERSION@"; |