Skip to content

Commit

Permalink
[11166] Removed old autoconf files
Browse files Browse the repository at this point in the history
(based on cipherCOM's repo commit 7b5a932)
  • Loading branch information
cipherCOM authored and VladimirMangos committed Feb 14, 2011
1 parent d66305b commit c6546fc
Show file tree
Hide file tree
Showing 32 changed files with 9 additions and 2,537 deletions.
23 changes: 5 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,16 @@
#
# Top-level generic files
#
bin
build
tags
TAGS
INSTALL
!.gitignore

#
# Build generated files
#
aclocal.m4
autom4te.cache
compile
config.guess
config.h.in
config.log
config.status
config.sub
configure
depcomp
libtool
install-sh
ltmain.sh
missing
stamp-h1

Makefile.in
Makefile

#
# Editors / debuggers / other output files
Expand Down Expand Up @@ -97,4 +81,7 @@ cmake_install.cmake
# Special exceptions
#
!dep/ACE_wrappers/ace/ace_message_table.bin
!dep/ACE_wrappers/bin/GNUmakefile.bin
!dep/ACE_wrappers/configure.ac~
!dep/ACE_wrappers/lib/.empty
!dep/tbb/src/Makefile
56 changes: 0 additions & 56 deletions Makefile.am

This file was deleted.

11 changes: 3 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ sql/ subdirectory. In case you are upgrading from an older MaNGOS release,
make sure you as well take a look at the SQL files in the sql/updates/ sub-
directory.

In order to build and install MaNGOS under Linux, follow the instructions
described in the INSTALL file.

In case you have checked out MaNGOS from the GIT repository, please run

$ autoreconf --install --force

prior to building, as you may otherwise not be able to run a build.
In order to build and install MaNGOS under Windows, simply use the delivered
project files under win/. If you use a different system use CMake to generate
the appropriate build files for your system.
Loading

0 comments on commit c6546fc

Please sign in to comment.