aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac24
1 files changed, 7 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index c66547dbf50..ede1118be95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-# Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
+# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
#
-# Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>
+# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -322,13 +322,6 @@ TRINI_INCLUDES="$POSTGRE_INCLUDES $MYSQL_INCLUDES $TRINI_INCLUDES"
TRINI_LIBS="$POSTGRE_LIBS $MYSQL_LIBS $ZLIB $COMPATLIB $SSLLIB $TRINI_LIBS"
## Export defined variables
-AC_SUBST(ZLIB)
-AC_SUBST(COMPATLIB)
-AC_SUBST(SSLLIB)
-AC_SUBST(MYSQL_INCLUDES)
-AC_SUBST(MYSQL_LIBS)
-AC_SUBST(POSTGRE_INCLUDES)
-AC_SUBST(POSTGRE_LIBS)
AC_SUBST(DOXYGEN)
AC_SUBST(TRINITYD_DEBUG_INFO)
AC_SUBST(TRINITYD_ENABLE_CLI)
@@ -363,10 +356,12 @@ AC_CONFIG_FILES([
src/shared/vmap/Makefile
src/shared/SystemConfig.h
src/game/Makefile
- src/trinityrealm/Makefile
- src/trinitycore/Makefile
+ src/realmd/Makefile
+ src/realmd/realmd.conf.dist
+ src/mangosd/Makefile
+ src/mangosd/mangosd.conf.dist
src/bindings/Makefile
- src/bindings/interface/Makefile
+ src/bindings/scripts/Makefile
])
## Configure ACE, if needed
@@ -374,11 +369,6 @@ if test X$tri_need_to_build_ace = Xyes; then
AC_CONFIG_SUBDIRS([dep/ACE_wrappers])
fi
-## Configure ACE
-if test X$tri_build_scripts = Xyes; then
-AC_CONFIG_FILES([src/bindings/scripts/Makefile])
-fi
-
AC_CONFIG_COMMANDS([default],[
echo ""
echo "Configuration of TrinityCore $PACKAGE_VERSION is now complete."