1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00

Updated build to v0.82b.

This commit is contained in:
Frank Zago 2010-09-05 16:31:11 +00:00
parent 246043008f
commit 24218eba67
2 changed files with 11 additions and 11 deletions

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for vcmi 0.82.
# Generated by GNU Autoconf 2.65 for vcmi 0.82b.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -698,8 +698,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='vcmi'
PACKAGE_TARNAME='vcmi'
PACKAGE_VERSION='0.82'
PACKAGE_STRING='vcmi 0.82'
PACKAGE_VERSION='0.82b'
PACKAGE_STRING='vcmi 0.82b'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1441,7 +1441,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.82 to adapt to many kinds of systems.
\`configure' configures vcmi 0.82b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1511,7 +1511,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of vcmi 0.82:";;
short | recursive ) echo "Configuration of vcmi 0.82b:";;
esac
cat <<\_ACEOF
@ -1641,7 +1641,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
vcmi configure 0.82
vcmi configure 0.82b
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@ -2236,7 +2236,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 vcmi $as_me 0.82, which was
It was created by vcmi $as_me 0.82b, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@ -3044,7 +3044,7 @@ fi
# Define the identity of the package.
PACKAGE='vcmi'
VERSION='0.82'
VERSION='0.82b'
cat >>confdefs.h <<_ACEOF
@ -16759,7 +16759,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 vcmi $as_me 0.82, which was
This file was extended by vcmi $as_me 0.82b, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16816,7 +16816,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="\\
vcmi config.status 0.82
vcmi config.status 0.82b
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
AC_INIT(vcmi, 0.82) # Follow NAME_VER in global.h
AC_INIT(vcmi, 0.82b) # Follow NAME_VER in global.h
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([aclocal/m4])