From c213d45b32735cb0f3ca837150f032635786ce5e Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@gnu.org> Date: Thu, 23 May 2002 00:06:36 +0000 Subject: 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. --- version.c.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 version.c.in (limited to 'version.c.in') 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@"; -- cgit v1.2.3