This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-22 10:58:10 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
161b2738e1
notmuch
/
Makefile.config
4 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Makefile: Change default install prefix from /usr to /usr/local, really
2009-11-17 22:10:18 +01:00
prefix = /usr/local
Make bash completion directory configurable. Some systems install completion scripts in /usr/share/bash-completion, make the location configurable from Makefile.config.
2009-11-20 16:28:26 +01:00
bash_completion_dir = /etc/bash_completion.d
notmuch-new: Only install SIGALRM if not running under gdb I felt sorry for Carl trying to step through an exception from xapian and suffering from the SIGALARMs.. We can detect if the user launched notmuch under a debugger by either checking our cmdline for the presence of the gdb string or querying if valgrind is controlling our process. For the latter we need to add a compile time check for the valgrind development library, and so add the initial support to build Makefile.config from configure. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Carl Worth <cworth@cworth.org> [ickle: And do not install the timer when under the debugger]
2009-11-22 01:44:31 +01:00
CFLAGS += -DHAVE_VALGRIND
Reference in a new issue
Copy permalink