summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2009-08-06 14:26:16 +0000
committerAdam Kocoloski <kocolosk@apache.org>2009-08-06 14:26:16 +0000
commitdfea1d87c21bbe8c8d894941fc17c9d617c44b9a (patch)
tree2061f013771701459057615d842615f8e3fecadb /bin/Makefile.am
parenta3db9718d010de437823be88c4f91cf1f031265f (diff)
upgrade ibrowse to 1.5.2. Closes COUCHDB-451
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 4f7b451e..cb0a827a 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -30,7 +30,7 @@ couchdb: couchdb.tpl
-e "s|%localerlanglibdir%|@localerlanglibdir@|g" \
-e "s|%couchdbebindir%|couch-@version@/ebin|g" \
-e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \
- -e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \
+ -e "s|%ibrowseebindir%|ibrowse-1.5.2/ebin|g" \
-e "s|%oauthebindir%|erlang-oauth/ebin|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \