diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2009-08-30 21:21:40 +0000 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2009-08-30 21:21:40 +0000 |
commit | c525df6ee69dc4c266f3d6e0e00bcf76fbf3af47 (patch) | |
tree | 9cd658b210280ab31cf6ba30544d56d42c5bb832 /bin | |
parent | 7b1019a1e1a8d79f7448e78bf76125f1c57eca53 (diff) | |
download | couchdb-c525df6ee69dc4c266f3d6e0e00bcf76fbf3af47.tar.gz |
utils/run hack, source tree is incompatible w/ ERL_LIBS. See COUCHDB-216
Also cleaned up some obsolete automake variables
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 93a53192b..f7eb2697d 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -33,10 +33,6 @@ couchdb: couchdb.tpl -e "s|%ICU_CONFIG%|$(ICU_CONFIG)|g" \ -e "s|%bindir%|@bindir@|g" \ -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \ - -e "s|%couchdbebindir%|couch-@version@/ebin|g" \ - -e "s|%mochiwebebindir%|mochiweb-r97/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" \ -e "s|%localconfdir%|@localconfdir@|g" \ |