unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* configure tool
@ 2015-05-19 18:31 Ronny Chevalier
  2015-05-19 19:01 ` David Bremner
  0 siblings, 1 reply; 12+ messages in thread
From: Ronny Chevalier @ 2015-05-19 18:31 UTC (permalink / raw)
  To: notmuch

Hi,

I'm curious about the reason behind choosing to do your own configure
tool instead of using tools like autotools or cmake?

Because for me it increases the chance to introduce bugs in the build
system since you are redeveloping tests to know whether a library is
present or not, the system to check if a flag is supported by the
compiler, to check if a function is present, to manage different
platforms,... All of these things are provided by tools like autotools
or cmake.

For example, I noticed that the part that check if the compiler
options are supported, is not working. Try adding a flag supported by
gcc but not by clang and use clang to compile or vice-versa.

Thanks

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-05-23 18:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 18:31 configure tool Ronny Chevalier
2015-05-19 19:01 ` David Bremner
2015-05-19 19:08   ` Ronny Chevalier
2015-05-19 20:52     ` [PATCH] configure: Add sanity checking for environment variables David Bremner
2015-05-19 21:11       ` Tomi Ollila
2015-05-20  8:12         ` David Bremner
2015-05-20  8:37           ` Tomi Ollila
2015-05-20  8:41             ` Tomi Ollila
2015-05-20  8:48           ` Tomi Ollila
2015-05-20  9:45             ` David Bremner
2015-05-20 10:45               ` Tomi Ollila
2015-05-23 18:33               ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).