<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/configure, branch 0.20</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.20</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.20'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2015-02-19T18:14:29Z</updated>
<entry>
<title>configure: consistent command -v usage</title>
<updated>2015-02-19T18:14:29Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-02-18T14:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=91ef2ae52421c3e20a903109bfca3d87d7c2e61d'/>
<id>urn:sha1:91ef2ae52421c3e20a903109bfca3d87d7c2e61d</id>
<content type='text'>
When the shell builtin `command -v` operates normally, it either
prints the path of the arg given to it and returns zero -- or it
returns nonzero and prints nothing.
In abnormal situations something might be printed to stderr and
in that case we want to know about it; therefore the used
command -v stderr redirections to /dev/null have been removed.

The `hash` (builtin) command in ksh returns zero even the arg
given to is is not found in path. For that and for consistency
the one appearance of it has been converted to `command -v`.
</content>
</entry>
<entry>
<title>doc: remove support for rst2man</title>
<updated>2015-01-22T07:37:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-18T16:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d241a486facf1002b29e499c2fb96a302bfd825b'/>
<id>urn:sha1:d241a486facf1002b29e499c2fb96a302bfd825b</id>
<content type='text'>
It was becoming increasingly complicated to support rst2man, and there
were apparently not many people that relied on it.
</content>
</entry>
<entry>
<title>configure: add check for python interepreter name</title>
<updated>2015-01-03T15:40:43Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-03T12:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bd96b4c4ba7eb87a18e73c2808834431e4590f34'/>
<id>urn:sha1:bd96b4c4ba7eb87a18e73c2808834431e4590f34</id>
<content type='text'>
Currently we hardcode "python" in several places. This makes things
hard for people who have only commands called python3 and/or
python2. We also add the name to sh.config to eventually replace the
current workaround in the test suite.
</content>
</entry>
<entry>
<title>configure: move make {,install} instructions to the end</title>
<updated>2014-11-02T18:40:05Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2014-11-01T09:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=96988e35c7aa44072fff07224c5e39254aa43e81'/>
<id>urn:sha1:96988e35c7aa44072fff07224c5e39254aa43e81</id>
<content type='text'>
There was theorical possibility that writing the config files could
have skipped (by interruption) after the instructions how to make
notmuch was printed out.
</content>
</entry>
<entry>
<title>configure: add debug flags by default.</title>
<updated>2014-10-05T05:27:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-10-03T20:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=68dd804544378e6b27630ea207801a0d569039a3'/>
<id>urn:sha1:68dd804544378e6b27630ea207801a0d569039a3</id>
<content type='text'>
This makes development (in particular the test suite) easier. Those
concerned about the extra diskspace can override the default or use
strip.
</content>
</entry>
<entry>
<title>build: generate sh.config for feeding configure results to shell scripts</title>
<updated>2014-07-13T15:15:47Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-05-30T07:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=57540a1952460fe88817ad53dc32274543cf0514'/>
<id>urn:sha1:57540a1952460fe88817ad53dc32274543cf0514</id>
<content type='text'>
Only include the relevant information.

Amended by David Bremner:

	Use a prefix NOTMUCH_ to minimize collisions with other
	variables.
</content>
</entry>
<entry>
<title>doc: build and install doxygen api docs</title>
<updated>2014-07-09T22:32:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-07-01T16:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=10224335514b70acc95f89ced4d900bd6c94990b'/>
<id>urn:sha1:10224335514b70acc95f89ced4d900bd6c94990b</id>
<content type='text'>
In order to support out of tree builds and avoid hardcoding version
number, generate `doc/config.dox` from configure.
</content>
</entry>
<entry>
<title>configure: use cc/c++ instead of gcc/g++</title>
<updated>2014-07-04T11:56:32Z</updated>
<author>
<name>Fraser Tweedale</name>
<email>frase@frase.id.au</email>
</author>
<published>2014-05-22T10:10:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0e50854a7feb1feea24745ce0a87be4327803e21'/>
<id>urn:sha1:0e50854a7feb1feea24745ce0a87be4327803e21</id>
<content type='text'>
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler
Collection.  Use generic cc/c++ instead of gcc/g++ (unless the
CC/CXX environment variables are used).
</content>
</entry>
<entry>
<title>configure: add workaround for systems without zlib.pc</title>
<updated>2014-06-21T19:40:39Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2014-05-12T03:09:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0c698ef0374b671d3b6a8def2d9c113797ceaec3'/>
<id>urn:sha1:0c698ef0374b671d3b6a8def2d9c113797ceaec3</id>
<content type='text'>
Some systems (e.g. FreeBSD) might not have installed the appropriate
pkg-config file as they should. We can workaround the issue by creating
the .pc file they should have distributed.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>configure: fix comment, pass HAVE_CANONICALIZE_FILE_NAME to build</title>
<updated>2014-04-18T20:58:59Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-04-17T22:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2d024ff48c74f96dd3888de7161c964e61163369'/>
<id>urn:sha1:2d024ff48c74f96dd3888de7161c964e61163369</id>
<content type='text'>
Apparently omitting it is not fatal, but let's be consistent with the
other compat functions.
</content>
</entry>
</feed>
