mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	(linux) update to version 0.8.
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
| # Data files needed: | ||||
| #   data1.cab and data1.hdr from the original CDROM | ||||
| #   the WoG release v3.58f: allinone_358f.zip | ||||
| #   the VCMI distribution: vcmi_075.zip | ||||
| #   the VCMI distribution: vcmi_08.zip | ||||
|  | ||||
| # Usage: put this script and the 4 data files into the same directory | ||||
| # and run the script. | ||||
| @@ -101,13 +101,13 @@ cd ../../.. | ||||
|  | ||||
|  | ||||
| # Extract Data from VCMI release | ||||
| # 3516139 2009-10-03 23:03 vcmi_075.zip | ||||
| # 4060120 .... vcmi_08.zip | ||||
|  | ||||
| rm -rf temp | ||||
| mkdir temp | ||||
| cd temp | ||||
|  | ||||
| unzip ../vcmi_075.zip | ||||
| unzip ../vcmi_08.zip | ||||
|  | ||||
| find . -name "*.dll" | xargs rm -f | ||||
| find . -name "*.DLL" | xargs rm -f | ||||
|   | ||||
							
								
								
									
										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.64 for vcmi 0.75. | ||||
| # Generated by GNU Autoconf 2.64 for vcmi 0.8. | ||||
| # | ||||
| # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | ||||
| # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | ||||
| @@ -695,8 +695,8 @@ MAKEFLAGS= | ||||
| # Identity of this package. | ||||
| PACKAGE_NAME='vcmi' | ||||
| PACKAGE_TARNAME='vcmi' | ||||
| PACKAGE_VERSION='0.75' | ||||
| PACKAGE_STRING='vcmi 0.75' | ||||
| PACKAGE_VERSION='0.8' | ||||
| PACKAGE_STRING='vcmi 0.8' | ||||
| PACKAGE_BUGREPORT='' | ||||
| PACKAGE_URL='' | ||||
|  | ||||
| @@ -1435,7 +1435,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 vcmi 0.75 to adapt to many kinds of systems. | ||||
| \`configure' configures vcmi 0.8 to adapt to many kinds of systems. | ||||
|  | ||||
| Usage: $0 [OPTION]... [VAR=VALUE]... | ||||
|  | ||||
| @@ -1505,7 +1505,7 @@ fi | ||||
|  | ||||
| if test -n "$ac_init_help"; then | ||||
|   case $ac_init_help in | ||||
|      short | recursive ) echo "Configuration of vcmi 0.75:";; | ||||
|      short | recursive ) echo "Configuration of vcmi 0.8:";; | ||||
|    esac | ||||
|   cat <<\_ACEOF | ||||
|  | ||||
| @@ -1633,7 +1633,7 @@ fi | ||||
|  | ||||
| test -n "$ac_init_help" && exit $ac_status | ||||
| if $ac_init_version; then | ||||
|   cat <<\_ACEOF | ||||
|   cat <<\_ACEOF | ||||
| vcmi configure 0.8 | ||||
| generated by GNU Autoconf 2.64 | ||||
|  | ||||
| @@ -2228,7 +2228,7 @@ cat >config.log <<_ACEOF | ||||
| 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 vcmi $as_me 0.8, which was | ||||
| generated by GNU Autoconf 2.64.  Invocation command line was | ||||
|  | ||||
| @@ -3036,7 +3036,7 @@ fi | ||||
|  | ||||
|  | ||||
| # Define the identity of the package. | ||||
|  PACKAGE='vcmi' | ||||
|  PACKAGE='vcmi' | ||||
|  VERSION='0.8' | ||||
|  | ||||
|  | ||||
| @@ -16709,7 +16709,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||||
| # Save the log message, to keep $0 and so on meaningful, and to | ||||
| # report actual input values of CONFIG_FILES etc. instead of their | ||||
| # values after options handling. | ||||
| ac_log=" | ||||
| ac_log=" | ||||
| This file was extended by vcmi $as_me 0.8, which was | ||||
| generated by GNU Autoconf 2.64.  Invocation command line was | ||||
|  | ||||
| @@ -16764,7 +16764,7 @@ Report bugs to the package provider." | ||||
|  | ||||
| _ACEOF | ||||
| cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||||
| ac_cs_version="\\ | ||||
| ac_cs_version="\\ | ||||
| vcmi config.status 0.8 | ||||
| configured by $0, generated by GNU Autoconf 2.64, | ||||
|   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| # Process this file with autoconf to produce a configure script. | ||||
|  | ||||
| AC_PREREQ(2.60) | ||||
| AC_INIT(vcmi, 0.75)			# Follow NAME_VER in global.h | ||||
| AC_INIT(vcmi, 0.8)				# Follow NAME_VER in global.h | ||||
| AM_INIT_AUTOMAKE | ||||
| AC_CONFIG_MACRO_DIR([aclocal/m4]) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user