<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/configure, branch 0.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-04-01T07:07:08Z</updated>
<entry>
<title>Makefiles: Align the columns of output.</title>
<updated>2010-04-01T07:07:08Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T07:07:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c20be126e5e52af9b8cdff5685124e4a867e375a'/>
<id>urn:sha1:c20be126e5e52af9b8cdff5685124e4a867e375a</id>
<content type='text'>
Much better.
</content>
</entry>
<entry>
<title>Makefiles: Make the install rules quiet like the compilation rules.</title>
<updated>2010-04-01T06:54:21Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T06:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=33d5cc415ec31d14f126dbb19f8538b04d2c1b49'/>
<id>urn:sha1:33d5cc415ec31d14f126dbb19f8538b04d2c1b49</id>
<content type='text'>
The output from make is looking better all the time, (though the
columns still aren't lined up).
</content>
</entry>
<entry>
<title>Makefile.config: Avoid pre-expanding the ${prefix} variable.</title>
<updated>2010-04-01T05:54:15Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T05:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=649b1609a166c4b176b5afb6e4053eb5a88a07d9'/>
<id>urn:sha1:649b1609a166c4b176b5afb6e4053eb5a88a07d9</id>
<content type='text'>
One of the supproted mechanisms we offer for configuration is
manually editing the Makefile.config file after it is generated
by the configure script. In this case it would be nice to be able
to change prefix only once, so allow that.
</content>
</entry>
<entry>
<title>Move some variable assignments from Makefile.local to Makefile.config</title>
<updated>2010-04-01T05:54:08Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T05:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ab95219a2fe3b7e3a019b98651e7cd7f36e411b3'/>
<id>urn:sha1:ab95219a2fe3b7e3a019b98651e7cd7f36e411b3</id>
<content type='text'>
There's not any special configure logic for determining these variable
values, but if we did add some in the future, then these will now be
in the right place for that.

Additionally, this now makes Makefile.local the single place for the
user to look for manually tweaking a variable assignment, (say, for a
compiler that can't accept a particular warning argument).

With this change, there should rarely be any need for a user to poke
into any Makefile.local file.
</content>
</entry>
<entry>
<title>configure: Fix installation of library to work with alternate --prefix</title>
<updated>2010-04-01T01:17:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T01:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bf159bd829efb6aa73c68542949eb11d9a44d93c'/>
<id>urn:sha1:bf159bd829efb6aa73c68542949eb11d9a44d93c</id>
<content type='text'>
If an explicit --libdir is passed, then that is used directly. Otherwise
libdir is chosen as the value of $PREFIX/lib, (whether or not prefix was
passed explicitly or set by default).
</content>
</entry>
<entry>
<title>configure: Fix typo in help message.</title>
<updated>2010-04-01T01:17:29Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=20576886457235b84f80d3ac8eaf9fb36d306bf4'/>
<id>urn:sha1:20576886457235b84f80d3ac8eaf9fb36d306bf4</id>
<content type='text'>
Documentation is installed to PREFIX/man not PREFIX/share.
</content>
</entry>
<entry>
<title>Add a --libdir option to ./configure</title>
<updated>2010-04-01T01:07:58Z</updated>
<author>
<name>Ingmar Vanhassel</name>
<email>ingmar@exherbo.org</email>
</author>
<published>2010-03-12T13:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=acaff279e241a2cedb7c07a5dbf3e942fec74aea'/>
<id>urn:sha1:acaff279e241a2cedb7c07a5dbf3e942fec74aea</id>
<content type='text'>
This allows packagers to specify to which directory libraries should be
installed.

Signed-off-by: Ingmar Vanhassel &lt;ingmar@exherbo.org&gt;
</content>
</entry>
<entry>
<title>Add install target for notmuch.desktop file.</title>
<updated>2010-01-23T18:29:54Z</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2009-11-22T21:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1bf121924d41e57ef6fdfc14c6ebe8ce9aa3f5e1'/>
<id>urn:sha1:1bf121924d41e57ef6fdfc14c6ebe8ce9aa3f5e1</id>
<content type='text'>
Add an install target that uses desktop-file-install to install the
desktop file in the appropriate location.  The location of the install
can be modified by changing the desktop_dir variable.

Signed-off-by: Jeffrey C. Ollie &lt;jeff@ocjtech.us&gt;
</content>
</entry>
<entry>
<title>configure: Look for both Xapian 1.1 and 1.0 and allow user override.</title>
<updated>2010-01-06T18:31:09Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-12-13T23:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3f406fdefca0400c1c2023674dfc5b36db55a1e7'/>
<id>urn:sha1:3f406fdefca0400c1c2023674dfc5b36db55a1e7</id>
<content type='text'>
The in-development version of Xapian provides a config program named
xapian-config-1.1 while the released version provides a program named
xapian-config instead. By default, we now try each of these in turn,
and we also allow the user to set a XAPIAN_CONFIG environment variable
to explicitly specify a particular program.
</content>
</entry>
<entry>
<title>configure: Implement a --help option to document --prefix.</title>
<updated>2009-12-05T00:05:12Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-12-05T00:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e50461eb84a10f07278f944aea33ce6aa1a244d8'/>
<id>urn:sha1:e50461eb84a10f07278f944aea33ce6aa1a244d8</id>
<content type='text'>
Also document that values for CC, CFLAGS, etc. can be specified
via environment variables.
</content>
</entry>
</feed>
