mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
more Daum -> DOSBox-X fixup
This commit is contained in:
parent
5301ed74c2
commit
df522c2fa7
20
configure
vendored
20
configure
vendored
@ -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\\"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox,SVN-Daum)
|
||||
AC_INIT(dosbox,DOSBox-X)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user