ChangeSet ID: 1122353938953494916510866 CVSROOT: /cvsroot/wine Module name: docs Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/07/25 21:58:58
Modified files: . : VERSION configure configure.ac
Log message: Release 20050725.
Old revision New revision Changes Path 1.1.1.1 1.2 +1 -1 docs/VERSION 1.4 1.5 +11 -11 docs/configure 1.4 1.5 +1 -1 docs/configure.ac
Index: docs/VERSION diff -u -p docs/VERSION:1.1.1.1 docs/VERSION:1.2 --- docs/VERSION 26 Jul 2005 4:58:58 -0000 +++ /dev/null 26 Jul 2005 4:58:58 -0000 @@ -1 +1 @@ -Wine version 20050419 +WineDocs version 20050725 Index: docs/configure diff -u -p docs/configure:1.4 docs/configure:1.5 --- docs/configure 26 Jul 2005 4:58:58 -0000 +++ /dev/null 26 Jul 2005 4:58:58 -0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Wine 20050419. +# Generated by GNU Autoconf 2.59 for WineDocs 20050725. # # Report bugs to wine-devel@winehq.org. # @@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh} : ${ac_max_here_lines=38}
# Identity of this package. -PACKAGE_NAME='Wine' -PACKAGE_TARNAME='wine' -PACKAGE_VERSION='20050419' -PACKAGE_STRING='Wine 20050419' +PACKAGE_NAME='WineDocs' +PACKAGE_TARNAME='winedocs' +PACKAGE_VERSION='20050725' +PACKAGE_STRING='WineDocs 20050725' PACKAGE_BUGREPORT='wine-devel@winehq.org'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SET_MAKE DB2HTML DB2PDF DB2PS DB2TXT NSGMLS LIBOBJS LTLIBOBJS' @@ -722,7 +722,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 Wine 20050419 to adapt to many kinds of systems. +`configure' configures WineDocs 20050725 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -779,7 +779,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Wine 20050419:";; + short | recursive ) echo "Configuration of WineDocs 20050725:";; esac cat <<_ACEOF
@@ -879,7 +879,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<_ACEOF -Wine configure 20050419 +WineDocs configure 20050725 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. @@ -893,7 +893,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by Wine $as_me 20050419, which was +It was created by WineDocs $as_me 20050725, which was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ @@ -1865,7 +1865,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF
-This file was extended by Wine $as_me 20050419, which was +This file was extended by WineDocs $as_me 20050725, which was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -1920,7 +1920,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\ -Wine config.status 20050419 +WineDocs config.status 20050725 configured by $0, generated by GNU Autoconf 2.59, with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
Index: docs/configure.ac diff -u -p docs/configure.ac:1.4 docs/configure.ac:1.5 --- docs/configure.ac 26 Jul 2005 4:58:58 -0000 +++ /dev/null 26 Jul 2005 4:58:58 -0000 @@ -3,7 +3,7 @@ AC_PREREQ(2.53)
m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version ([-.0-9A-Za-z]+)],[\1]))
-AC_INIT([Wine],WINE_VERSION,[wine-devel@winehq.org]) +AC_INIT([WineDocs],WINE_VERSION,[wine-devel@winehq.org]) dnl AC_CANONICAL_HOST AC_PROG_MAKE_SET