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 /doc | |
parent | ebf39f738d76fe49043ea88fab84722d32aeba06 (diff) |
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 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 562401b..d76e9a0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2001 Free Software Foundation +# Copyright (C) 2001,02 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -mach-version := 1.2 +mach-version := @VERSION@ targets := mach.info # Variables from `configure'. |