Changeset 6 for trunk/configure.ac

Show
Ignore:
Timestamp:
11/19/08 13:22:12 (17 years ago)
Author:
yumileroy
Message:

[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

Original author: Neo2003
Date: 2008-10-04 06:17:19-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r2 r6  
    1212 
    1313## Prelude, basic settings for Autoconf 
    14 #  PACKAGE:            mangos 
    15 #  VERSION:            0.12.0 (trunk) 
    16 #  BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net 
    1714AC_INIT( [trinitycore], [0.0.1], [devs@trinitycore.org]) 
    1815 
     
    275272]) 
    276273 
     274## Configure ACE 
     275AC_CONFIG_SUBDIRS([dep/ACE_wrappers]) 
     276 
    277277## Disabled Makefiles, until they are ready for a successful make and 
    278278#  make dist run. 
    279279 
     280AC_CONFIG_COMMANDS([default],[ 
     281  echo "" 
     282  echo "Configuration of TrinityCore $PACKAGE_VERSION is now complete." 
     283  echo "" 
     284 ],[PACKAGE_VERSION=$PACKAGE_VERSION]) 
     285 
    280286## Output files. 
    281287AC_OUTPUT