From df522c2fa728dfb8efe37099194a31ea0f834b2f Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 20 Oct 2013 22:22:20 -0700 Subject: [PATCH] more Daum -> DOSBox-X fixup --- configure | 20 ++++++++++---------- configure.ac | 2 +- src/shell/shell.cpp | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 6957e7e34..78428bb84 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dosbox SVN-Daum. +# Generated by GNU Autoconf 2.69 for dosbox DOSBox-X. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dosbox' PACKAGE_TARNAME='dosbox' -PACKAGE_VERSION='SVN-Daum' -PACKAGE_STRING='dosbox SVN-Daum' +PACKAGE_VERSION='DOSBox-X' +PACKAGE_STRING='dosbox DOSBox-X' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1307,7 +1307,7 @@ if test "$ac_init_help" = "long"; then # 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 dosbox SVN-Daum to adapt to many kinds of systems. +\`configure' configures dosbox DOSBox-X to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1377,7 +1377,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dosbox SVN-Daum:";; + short | recursive ) echo "Configuration of dosbox DOSBox-X:";; esac cat <<\_ACEOF @@ -1493,7 +1493,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dosbox configure SVN-Daum +dosbox configure DOSBox-X generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2303,7 +2303,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dosbox $as_me SVN-Daum, which was +It was created by dosbox $as_me DOSBox-X, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3242,7 +3242,7 @@ fi # Define the identity of the package. PACKAGE='dosbox' - VERSION='SVN-Daum' + VERSION='DOSBox-X' cat >>confdefs.h <<_ACEOF @@ -8163,7 +8163,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dosbox $as_me SVN-Daum, which was +This file was extended by dosbox $as_me DOSBox-X, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8229,7 +8229,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dosbox config.status SVN-Daum +dosbox config.status DOSBox-X configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a3b5e497b..3b2fcffcb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,SVN-Daum) +AC_INIT(dosbox,DOSBox-X) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index a0fc196a3..a1b8f381a 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -531,8 +531,8 @@ void SHELL_Init() { MSG_Add("SHELL_CMD_SUBST_FAILURE","SUBST failed. You either made an error in your commandline or the target drive is already used.\nIt's only possible to use SUBST on Local drives\n"); MSG_Add("SHELL_STARTUP_BEGIN", - "\033[35;1m DOSBox SVN-Daum [http://ykhwong.x-y.net]\033[37m\n" - "\033[33m UPDATED: JULY 25, 2013\033[37m\n" + "\033[35;1m DOSBox-X\033[37m\n" + "\033[33m UPDATED: October 20, 2013\033[37m\n" "\033[44;1m\xC9\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD" "\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xCD\xBB\n"