summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-06 04:06:25 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:22 +0200
commitb5103fbcbce433789478adfc64935056ed0e183e (patch)
treec937d29959588297ebfe61795ff0d30704d62403
parente2090c2e64854892809481bda8970cbeedd9ce80 (diff)
2003-03-05 Roland McGrath <roland@frob.com>
* Makefile.in (tool_prefix): Variable removed. (version): @VERSION@ -> @PACKAGE_VERSION@ * version.c.in: Use @PACKAGE_NAME@ and @PACKAGE_VERSION@.
-rw-r--r--Makefile.in3
-rw-r--r--version.c.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 3a016fa8..2214ad96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,8 +19,7 @@
srcdir=@srcdir@
systype=@systype@
prefix=@prefix@
-version = @VERSION@
-tool_prefix=@ac_tool_prefix@
+version = @PACKAGE_VERSION@
force_install=@force_install@
exec_prefix=$(prefix)
diff --git a/version.c.in b/version.c.in
index b1f5b2c6..d894d7fc 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,2 +1,2 @@
/* @configure_input@ */
-const char version[] = "GNUmach @VERSION@";
+const char version[] = "@PACKAGE_NAME@ @PACKAGE_VERSION@";