Changeset 6 for trunk/configure.ac
- Timestamp:
- 11/19/08 13:22:12 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2 r6 12 12 13 13 ## Prelude, basic settings for Autoconf 14 # PACKAGE: mangos15 # VERSION: 0.12.0 (trunk)16 # BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net17 14 AC_INIT( [trinitycore], [0.0.1], [devs@trinitycore.org]) 18 15 … … 275 272 ]) 276 273 274 ## Configure ACE 275 AC_CONFIG_SUBDIRS([dep/ACE_wrappers]) 276 277 277 ## Disabled Makefiles, until they are ready for a successful make and 278 278 # make dist run. 279 279 280 AC_CONFIG_COMMANDS([default],[ 281 echo "" 282 echo "Configuration of TrinityCore $PACKAGE_VERSION is now complete." 283 echo "" 284 ],[PACKAGE_VERSION=$PACKAGE_VERSION]) 285 280 286 ## Output files. 281 287 AC_OUTPUT