Commit graph

20 commits

Author SHA1 Message Date
c-lipka
d60416f4cb Merge pull request #14 from yoe/master
Files shipping with automake are now automatically taken from there, using the --add-missing parameter.
Fixes issue #6. Thanks to Wouter "yoe" Verhelst.
2013-12-06 09:35:47 -08:00
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
c-lipka
227c801ddb Merge pull request #13 from yoe/master
Unix build process now automatically detects whether -lboost_thread requires -lboost_system to work. (Thanks to Wouter "yoe" Verhelst for the fix.)
2013-12-05 23:13:27 -08: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
63cb736a0c Merge pull request #11 from c-lipka/master
eliminate duplicate inclusion of hcmplx.h in backend/math/hcmplx.cpp
2013-12-04 18:25:39 -08:00
Christoph Lipka
b557f95278 eliminate duplicate inclusion of hcmplx.h in backend/math/hcmplx.cpp 2013-12-05 03:10:19 +01:00
chris20
6d3d43e5c0 Merge pull request #4 from ideasman42/master
quiet compiler warnings building with gcc and clang.
2013-11-17 08:52:38 -08:00
Campbell Barton
b3846f5723 quiet compiler warnings building with gcc and clang.
- define variables and functions as static when not declared by headers.
- remove some unused defines.
- other minor changes to quiet warnings.
2013-11-17 07:34:00 +11:00
chris20
fbc04c9789 Merge pull request #2 from POV-Ray/3.7-stable
3.7 stable
2013-11-16 00:47:54 -08:00
chris20
cfbd0c1a44 Update README.md 2013-11-16 19:37:19 +11: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
16c80a3605 Update README.md 2013-11-16 18:41:38 +11:00
chris20
373631e417 Add docs 2013-11-16 02:24:24 -05:00
chris20
392510ad3d Fix typo 2013-11-06 15:28:15 -05:00
chris20
b0fd27dfe4 Add .gitignore 2013-11-06 15:17:49 -05:00
chris20
c7442dfcc8 Update README.md 2013-11-06 15:10:33 -05:00
chris20
5378182e5f Add README.md 2013-11-06 13:13:42 -05:00
chris20
86f4639d37 Initial import 2013-11-06 13:07:19 -05:00