summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2010-04-15configure: Fix syntax error (spaces in assignment).Gregor Hoffleit
2010-04-14Makefile: Fix final linking of notmuch binary for OS X.Carl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Add simplistic reimplementation of strcasestr to compat libraryDirk Hohndel
2010-04-07Fix the default value for --includedir.Mike Kelly
2010-04-07Makefile: Install emacs code to site-lisp, not site-lisp/notmuchCarl Worth
2010-04-06Install emacs lisp files into a notmuch sub-directory of site-lisp.Carl Worth
2010-04-06configure: Ignore more options that debhelper expects.Carl Worth
2010-04-06configure: Add a --sysconfdir option.Carl Worth
2010-04-06configure: Add support for a --mandir optionCarl Worth
2010-04-06configure: Add support for a --includedir optionCarl Worth
2010-04-06configure: Avoid printing '.' at the end of error message.Carl Worth
2010-04-06configure: Add stub support for --build=<cpu>-<vendor>-<host> option.Carl Worth
2010-04-06Move "config" test programs to "compat".Carl Worth
2010-04-06Makefile: Eliminate the "make install-emacs" target.Carl Worth
2010-04-06Makefiles: Eliminate the useless quiet_* functions.Carl Worth
2010-04-01Makefiles: Align the columns of output.Carl Worth
2010-03-31Makefiles: Make the install rules quiet like the compilation rules.Carl Worth
2010-03-31Makefile.config: Avoid pre-expanding the ${prefix} variable.Carl Worth
2010-03-31Move some variable assignments from Makefile.local to Makefile.configCarl Worth
2010-03-31configure: Fix installation of library to work with alternate --prefixCarl Worth
2010-03-31configure: Fix typo in help message.Carl Worth
2010-03-31Add a --libdir option to ./configureIngmar Vanhassel
2010-01-24Add install target for notmuch.desktop file.Jeffrey C. Ollie
2010-01-06configure: Look for both Xapian 1.1 and 1.0 and allow user override.Carl Worth
2009-12-04configure: Implement a --help option to document --prefix.Carl Worth
2009-12-04configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Carl Worth
2009-12-04Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth
2009-12-04Fix option parsing for the case of a value with '='.Carl Worth
2009-12-04Fix configure script to handle --prefix=Jameson Graef Rollins
2009-12-03configure: Tweak the working of the example commands slightly.Carl Worth
2009-12-03Add some text to configure on how to install dependencies with yum.Jeffrey C. Ollie
2009-12-01configure: Allow user to specify compiler to be used.Carl Worth
2009-12-01configure: Generate more friendly Makefile.config with separated CFLAGSCarl Worth
2009-12-01configure: Clarify pkg-config warning now that Makefile does not invoke pkg-config.Carl Worth
2009-12-01configure: Generate some documentation into Makefile.config.Carl Worth
2009-12-01configure: Resolve all pkg-config flags at configure time.Carl Worth
2009-12-01configure: Move getlinetest.c down into config/have_getline.c.Carl Worth
2009-12-01configure: Assimilate new getlinetest into recent configure conventions.Carl Worth
2009-12-01Add test to configure script to detect getlineJeffrey C. Ollie
2009-12-01configure: Fix valgrind check to take effect, and to work.Carl Worth
2009-12-01configure: Use printf to achieve result of "echo -n".Carl Worth
2009-12-01Makefile: Add new "install-bash" target for bash completion supportCarl Worth
2009-12-01configure: Fix pkg-config warning to not refer to non-existent variables.Carl Worth
2009-12-01configure: Clean up the introductory message a bit.Carl Worth
2009-11-27Send mail to notmuch list, not CarlAlec Berryman
2009-11-22notmuch-new: Only install SIGALRM if not running under gdbChris Wilson
2009-11-02Add a simple configure script.Carl Worth