Commit Graph

10 Commits (b8d3b00d90c3fa333906cb253bcc9b233e0fa11b)

Author SHA1 Message Date
Günther Brammer 8039aa087c Autotools: Check for boost in configure 2010-09-22 16:43:26 +02:00
Günther Brammer a048bf6d3c Update autotools/pkg.m4 to version 0.24 2010-07-20 20:18:15 +02:00
Günther Brammer f33a49eb78 Autotools: Update pthread detection macro 2009-12-31 03:20:15 +01:00
Günther Brammer 399ea170ac Revert "Removed autotools and anjuta build files"
CMake does not support anjuta, so I still need those. We should probably share the file
lists, though.
2009-07-13 21:24:30 +02:00
Nicolas Hake 21d714bb93 Removed autotools and anjuta build files 2009-07-11 01:46:50 +02:00
Günther Brammer 0df36691fb configure: Always try to switch to C++0x mode
This means that ./configure should work without any arguments for most
users.
2009-05-14 01:59:39 +02:00
Günther Brammer c25bc6b6d9 Mingw: Update build instructions 2009-05-12 18:39:13 +02:00
Günther Brammer 77dabef7c7 Fix crash when building with g++ 4.3 or newer
This adds a true copy constructor to StdBuf and StdStrBuf.
Unfortunately, this constructor is sometimes prefered to the
move constructor when it wasn't with older compilers, always
referencing the original instead of copying makes the engine
crash, and omitting the copy constructor just creates an
implicit one which also causes crashes.
2009-05-09 03:29:28 +02:00
Günther Brammer f2be73cff8 Remove generated files.
Use autoreconf -i to get them back.
2009-05-08 19:23:57 +02:00
Nicolas Hake 0f050f0343 Import source 2009-05-08 15:28:41 +02:00