summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2011-10-28Separate Emacs misc. files dir. from Emacs code dir.Amadeusz Żołnowski
2011-06-23fix sum moar typos [build scripts, Makefiles]Pieter Praet
2011-06-01configure: Fix detection of libdir in ldconfig configurationCarl Worth
2011-03-10build: Save configure options and re-use them for automatic runs of configureCarl Worth
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-26configure: Drop global setting of IFS (without space in it).Michal Sojka
2011-01-26configure: add options to disable emacs/zsh/bash and choose install dir.Cédric Cabessa
2010-11-16configure: Add explicit check for glib >= 2.14Carl Worth
2010-11-16configure: Use pkg-config --exists rather than --modversionCarl Worth
2010-10-30configure: Add a check for the -Wl,--as-needed flag.Carl Worth
2010-10-30fixupCarl Worth
2010-10-30configure: Remove a debugging print message.Carl Worth
2010-10-30configure: Test for flag to set rpathCarl Worth
2010-10-30configure: Test for each compiler warning before enabling it.Carl Worth
2010-10-29configure: Set XAPIAN_CONFIG to only "xapian-config" by default.Carl Worth
2010-10-29configure: optimize uname finding a bitFelipe Contreras
2010-06-04make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Carl Worth
2010-06-04configure: Remove space from IFS (using tab as necessary)Carl Worth
2010-06-03Add support for the Solaris platformTomas Carnecky
2010-06-03configure: Respect LDFLAGS from the environment.Tomas Carnecky
2010-04-26configure: add ignored options for compatibility.Cédric Cabessa
2010-04-21configure: Print version of Xapian found during configure check.Carl Worth
2010-04-21configure: Generalize the GMime configure checks.Carl Worth
2010-04-21configure: Add support for GMime 2.6Adrien Bustany
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