[kaffe] CVS kaffe (dalibor): Unified project name everywhere to Kaffe Virtual Machine

Kaffe CVS cvs-commits at kaffe.org
Wed Jan 14 14:20:03 PST 2004


PatchSet 4337 
Date: 2004/01/14 22:13:46
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Unified project name everywhere to Kaffe Virtual Machine

2004-01-14  Dalibor Topic <robilad at kaffe.org>

        * configure.in
        (AC_INIT): Changed package name to 'Kaffe Virtual Machine'.

        * Makefile.am:
        Changed package name to 'Kaffe Virtual Machine'.

        * configure,
        Makefile.in:
        Regenerated.

Members: 
	ChangeLog:1.1924->1.1925 
	Makefile.am:1.54->1.55 
	Makefile.in:1.130->1.131 
	configure:1.279->1.280 
	configure.in:1.243->1.244 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1924 kaffe/ChangeLog:1.1925
--- kaffe/ChangeLog:1.1924	Wed Jan 14 21:36:19 2004
+++ kaffe/ChangeLog	Wed Jan 14 22:13:46 2004
@@ -1,5 +1,17 @@
 2004-01-14  Dalibor Topic <robilad at kaffe.org>
 
+        * configure.in
+        (AC_INIT): Changed package name to 'Kaffe Virtual Machine'.
+
+	* Makefile.am:
+	Changed package name to 'Kaffe Virtual Machine'.
+
+	* configure,
+	Makefile.in:
+	Regenerated.
+
+2004-01-14  Dalibor Topic <robilad at kaffe.org>
+
 	* configure.in:
 	(AC_COPYRIGHT) Added copyright information.
 
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.54 kaffe/Makefile.am:1.55
--- kaffe/Makefile.am:1.54	Wed Dec 24 19:06:50 2003
+++ kaffe/Makefile.am	Wed Jan 14 22:13:47 2004
@@ -1,4 +1,4 @@
-# Top-level Makefile for Kaffe OpenVM.
+# Top-level Makefile for Kaffe Virtual Machine.
 #
 # Copyright (c) 1996, 1997, 1998, 1999
 #	Transvirtual Technologies, Inc.  All rights reserved.
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.130 kaffe/Makefile.in:1.131
--- kaffe/Makefile.in:1.130	Wed Jan 14 19:41:03 2004
+++ kaffe/Makefile.in	Wed Jan 14 22:13:47 2004
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# Top-level Makefile for Kaffe OpenVM.
+# Top-level Makefile for Kaffe Virtual Machine.
 #
 # Copyright (c) 1996, 1997, 1998, 1999
 #	Transvirtual Technologies, Inc.  All rights reserved.
Index: kaffe/configure
diff -u kaffe/configure:1.279 kaffe/configure:1.280
--- kaffe/configure:1.279	Wed Jan 14 21:36:19 2004
+++ kaffe/configure	Wed Jan 14 22:13:47 2004
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Kaffe 1.1.x-cvs.
+# Generated by GNU Autoconf 2.59 for Kaffe Virtual Machine 1.1.x-cvs.
 #
 # Report bugs to <kaffe at kaffe.org>.
 #
@@ -444,10 +444,10 @@
 : ${ac_max_here_lines=38}
 
 # Identity of this package.
-PACKAGE_NAME='Kaffe'
+PACKAGE_NAME='Kaffe Virtual Machine'
 PACKAGE_TARNAME='kaffe'
 PACKAGE_VERSION='1.1.x-cvs'
-PACKAGE_STRING='Kaffe 1.1.x-cvs'
+PACKAGE_STRING='Kaffe Virtual Machine 1.1.x-cvs'
 PACKAGE_BUGREPORT='kaffe at kaffe.org'
 
 ac_unique_file="kaffe"
@@ -979,7 +979,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Kaffe 1.1.x-cvs to adapt to many kinds of systems.
+\`configure' configures Kaffe Virtual Machine 1.1.x-cvs to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1049,7 +1049,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Kaffe 1.1.x-cvs:";;
+     short | recursive ) echo "Configuration of Kaffe Virtual Machine 1.1.x-cvs:";;
    esac
   cat <<\_ACEOF
 
@@ -1239,7 +1239,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-Kaffe configure 1.1.x-cvs
+Kaffe Virtual Machine configure 1.1.x-cvs
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1276,7 +1276,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Kaffe $as_me 1.1.x-cvs, which was
+It was created by Kaffe Virtual Machine $as_me 1.1.x-cvs, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -47251,7 +47251,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by Kaffe $as_me 1.1.x-cvs, which was
+This file was extended by Kaffe Virtual Machine $as_me 1.1.x-cvs, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -47314,7 +47314,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Kaffe config.status 1.1.x-cvs
+Kaffe Virtual Machine config.status 1.1.x-cvs
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
Index: kaffe/configure.in
diff -u kaffe/configure.in:1.243 kaffe/configure.in:1.244
--- kaffe/configure.in:1.243	Wed Jan 14 21:36:21 2004
+++ kaffe/configure.in	Wed Jan 14 22:13:51 2004
@@ -1,4 +1,4 @@
-AC_INIT([Kaffe],[1.1.x-cvs],[kaffe at kaffe.org],[kaffe])
+AC_INIT([Kaffe Virtual Machine],[1.1.x-cvs],[kaffe at kaffe.org],[kaffe])
 
 AC_PREREQ([2.59])
 




More information about the kaffe mailing list