]> git.notmuchmail.org Git - notmuch/commit
Move some variable assignments from Makefile.local to Makefile.config
authorCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 05:29:16 +0000 (22:29 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 05:54:08 +0000 (22:54 -0700)
commitab95219a2fe3b7e3a019b98651e7cd7f36e411b3
treeebe762da3c175419098cdf492983643f897d9cc5
parent784e55d0f990350d0be8e54892f0eb3afe087fc5
Move some variable assignments from Makefile.local to Makefile.config

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.
Makefile.local
configure