Commit graph

6 commits

Author SHA1 Message Date
Wouter Verhelst
9e7e624bcd Make sure Makefile.in gets generated properly
config.guess, config.sub, depcomp, etc, are all scripts that ship with
automake, and which will be updated with a new automake version; it's
generally a bad idea to use one of these scripts from a different
automake version.

Moreover, recent versions of automake also contain and require a
"compile" script, which isn't in this directory.

Instead, pass the "--add-missing" parameter to automake, which will copy
the required files to the expected location. This will make automake
work, regardless of the version, and will avoid any issues due to the
used scripts not matching the used automake version.
2013-12-06 08:37:38 +01:00
Wouter Verhelst
cba5bc5315 Account for changes in boost dependencies
Since <boost/thread/thread.hpp> includes some headers which will already
call a boost_system function, recent versions of boost require
-lboost_system before -lboost_thread will work, resulting in a failure
of this test if not accounted for.

Make it try without -lboost_system first, but try again with it added to
$LIBS if that fails.
2013-12-06 08:02:27 +01:00
Christoph Lipka
8986ec3721 minor whitespace cleanup 2013-12-05 04:00:17 +01:00
chris20
b775d60f2b Update README.md 2013-11-16 19:23:41 +11:00
chris20
0bbe2b76e6 Create README.md 2013-11-16 18:56:55 +11:00
chris20
86f4639d37 Initial import 2013-11-06 13:07:19 -05:00