Norio Kobota
1759781c90
build: fix building with old versions of autoconf
2014-04-10 10:48:55 +02:00
Fedor Indutny
1d42b3ce7c
Revert "build: enable all compiler warnings"
...
This reverts commit f75bb7c337 .
We need to figure out all those warnings before reapplying this patch.
2014-04-05 21:31:32 +04:00
Ben Noordhuis
f75bb7c337
build: enable all compiler warnings
2014-04-04 23:11:23 +04:00
Saúl Ibarra Corretgé
515be33909
build: fix compilation warning if dtrace doesn't work
...
Check if dtrace should instrument object files only if dtrace
support is detected to work
2014-02-26 09:45:44 +01:00
Timothy J Fontaine
3310ff4a9e
build: update dtrace m4 check for sunos
...
The check to see if -G is needed for dtrace requires a bit more effort,
make a header, c file, and object file.
2014-02-18 07:31:05 -08:00
Timothy J Fontaine
2f3124a8c1
build: add DTrace detection for autotools
2013-07-03 16:04:01 -07:00
Ben Noordhuis
ddd7e04fd6
build: switch to autotools
...
Switch to the build tool everyone loves to hate. The Makefile has
served us well over the years but it's been acquiring more and more
features that autotools gives us for free, like easy static+shared
library building, sane install targets, and so on.
This commit drops MinGW support. If there is demand for it, we'll
re-add it.
2013-07-02 01:21:16 +02:00