]> git.cworth.org Git - notmuch/commit
Merge branch 'debian' into rebuild
authorCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 21:38:04 +0000 (14:38 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 21:38:04 +0000 (14:38 -0700)
commite2dd4ac00b9979de34bd517fa57de56260d38755
tree3e0fa99d7c2049d9ffc5aebfd6e09590da31d0bb
parentd8192a4d7f0ece2a916364b079752e55754d3929
parent43c9c1138966ef81f2a5ebe89136ddefb3fa175e
Merge branch 'debian' into rebuild

Conflicts:

  Makefile.local: The Makefiles were all recently re-written on
  master, but I did ensure that the changes from the
  debian branch were all implemented here, (in
  particular, installing the emacs files from "make
  install").

  configure: I've reverted one change as part of this merge:

commit 9f99a301b158dc1ed1c8c6754db1d57e3b0becf4

Remove ./configure failure for unrecognized options

     I'd much rather find what options the Debian scripts pass
     and either implement them or at least make the explicitly
     do nothing. One of the things that often annoyed me about
     gnu autoconf-generated configure scripts was the silent
     ignoring of unknown options, (which was very unhelpful in
     the case of mistyped options on the command line).