diff options
author | Neo2003 <none@none> | 2008-10-04 06:17:19 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-04 06:17:19 -0500 |
commit | 5651828bf74edb760d67700942fc65d51c816e0a (patch) | |
tree | 1631f319bbc293794109f990beaccfd5b6cee8fe /configure.ac | |
parent | ca7a4bf1a78a1ddc6eb21238cc2a1633194a11cc (diff) |
[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and partial Windows part)
* Updated to 6721 and 676
* Fixed TrinityScript logo
* Version updated to 0.2.6721.676
--HG--
branch : trunk
rename : 6700-670 => 6721-676
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7ff4ee43e09..070c7b55d12 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,6 @@ ## Process this file with autoconf to produce a configure script. ## Prelude, basic settings for Autoconf -# PACKAGE: mangos -# VERSION: 0.12.0 (trunk) -# BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net AC_INIT( [trinitycore], [0.0.1], [devs@trinitycore.org]) AC_CONFIG_SRCDIR([src/shared/Base.cpp]) @@ -274,8 +271,17 @@ AC_CONFIG_FILES([ src/bindings/interface/Makefile ]) +## Configure ACE +AC_CONFIG_SUBDIRS([dep/ACE_wrappers]) + ## Disabled Makefiles, until they are ready for a successful make and # make dist run. +AC_CONFIG_COMMANDS([default],[ + echo "" + echo "Configuration of TrinityCore $PACKAGE_VERSION is now complete." + echo "" + ],[PACKAGE_VERSION=$PACKAGE_VERSION]) + ## Output files. AC_OUTPUT |