summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800938 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Rookie mistake. Needed to force a compiler error to determine the difference inPaul Joseph Davis
function signature. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800912 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1Paul Joseph Davis
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800873 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04search for jsapi.h in in $includedir and $includedir/js as a fallback, patch ↵Jan Lehnardt
by Alessandro Decina git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800757 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ↵Jan Lehnardt
searching for libjs and libmozjs, patch by Alessandro Decina, closes COUCHDB-288 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800750 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16added missing fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794828 13f79535-47bb-0310-9956-ffa450edef68
2009-07-05removed unused variableNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791270 13f79535-47bb-0310-9956-ffa450edef68
2009-05-30Added code coverage report generation target.Paul Joseph Davis
To generate reports: # Assuming etap is installed $ cd /path/to/couchdb $ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover You can browse the report by opening ./cover/index.html in your html consuming software of choice. Shoutout to Nick Gerakines in THANKS for helping with etap and testing in general. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780326 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09improved messageNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@773225 13f79535-47bb-0310-9956-ffa450edef68
2009-04-19fix ./configure --help output, ERL[C]_EXECUTABLE are now ERL[C]Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766493 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02reworked the pid fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@761355 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18Fix copy und paste error.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@745475 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18Reorder LIB_FLAGS so JS_LIB_FLAGS can override defaults. Closes COUCHDB-170.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@745459 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
Thanks Jason Davies and Adam Kocoloski for the fix, Maximillian Dornseif for reporting. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@739047 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19tweeked version checking for erlangNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@735842 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07added M4 quoting around valueNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712295 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Silence warning on Linux by properly exporting `crypt()`.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@711852 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Fix build on OpenBSD: 'fix for older autotools that don't define ↵Jan Lehnardt
"abs_top_YYY" by default'. Patch by Benoit Chesneau. Closes COUCHDB-152 git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710027 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Fix for building on OpenBSD. Link couchpass against -lcrypto instead of ↵Jan Lehnardt
-lcrypt. Patch by Benoit Chesneau. Closes COUCHDB-151. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710026 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02change curl required version to 7.15.5 -- thanks ask@apache.orgJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709833 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Only link against -lcrypt on Linux & BSD systems.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707861 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Add checks for libcurl to ./configure. Picked version 7.16.0 as lowest ↵Jan Lehnardt
requirement because that's the oldest base-install I could find. I assume we can keep lowering that, if people complain. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707856 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Add `make dev` target. Use `./utils/run` to launch CouchDB from the source ↵Jan Lehnardt
tree and without `make install`. Useful for development. Patch my Hunter Morris, thanks! Closes COUCHDB-114. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707480 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23removed check-news check completelyNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707410 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23check NIGHTLY for any valueNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707404 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23added NIGHTLY and FLAGS env variablesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707397 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11removed make packaging of etc/default/couchdbNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@694441 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687336 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14portability changes for freebsdNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@685963 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16renamed directory variables, stage oneNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16removed old no-portability flag to automakeNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668183 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16corrected dollar escapesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668126 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15more portability changes for OpenSolarisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667972 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09corrected use of package tarname in instalation directoriesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665705 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09updated configure to look for CHANGESNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665698 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02correct Erlang version checkingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662528 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23downgraded required Erlang to R11BNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659699 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23configure now checks for installed Erlang versionNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659681 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648222 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14removed non-standard use of .dist configuration filesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648050 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14changed COPYING to LICENCE as per the ASF standardsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648023 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30updated source to use apache infrastructure addressesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642789 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28Imported trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68