Fixed another edit of src/wesconfig.h and added a warning not to edit this file.

This commit is contained in:
Mark de Wever 2007-08-27 16:12:03 +00:00
parent c4d4503ca7
commit 8afe62f081
2 changed files with 18 additions and 5 deletions

View file

@ -21,6 +21,14 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
#ifndef WESCONFIG_H_INCLUDED
#define WESCONFIG_H_INCLUDED
//! @file wesconfig.h
//! Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION
//!
//! DO NOT MODIFY THIS FILE !!!
//! modify configure.ac otherwise the settings will be overwritten.
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
@ -32,8 +40,8 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
#endif
/**
* Some older savegames of Wesnoth can't be loaded anymore this
* variable defines the minimum required version
* Some older savegames of Wesnoth can't be loaded anymore,
* this variable defines the minimum required version.
*/
#define MIN_SAVEGAME_VERSION "1.3.2"

View file

@ -1,6 +1,14 @@
#ifndef WESCONFIG_H_INCLUDED
#define WESCONFIG_H_INCLUDED
//! @file wesconfig.h
//! Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION
//!
//! DO NOT MODIFY THIS FILE !!!
//! modify configure.ac otherwise the settings will be overwritten.
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
@ -11,9 +19,6 @@
# endif
#endif
//! @file wesconfig.h
//! Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION
/**
* Some older savegames of Wesnoth can't be loaded anymore,
* this variable defines the minimum required version.