[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:
Splinter 2010-01-26 11:26:00 +03:00 committed by VladimirMangos
parent ae379a9ea3
commit 1b3f0e1e6f
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9254"
#define REVISION_NR "9255"
#endif // __REVISION_NR_H__