mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9255] Add information about m4 dir to configure.ac.
Possible this will help resolve recent porblems with openssl detection at some platform. At least it help in some similar cases at testing. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ae379a9ea3
commit
1b3f0e1e6f
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
|
||||
AC_INIT( [mangos], [0.16.0], [mangos-devs@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR([src/shared/Common.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
## Prelude, basic settings for Automake
|
||||
# Turn on all warnings and error messages, and enforce GNU
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9254"
|
||||
#define REVISION_NR "9255"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue