summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-07-25 14:55:22 +0000
committerNoah Slater <nslater@apache.org>2008-07-25 14:55:22 +0000
commit81aeef078b488ca841424b49a0e94e2ab586ee74 (patch)
tree21e19c33c06049a0d3196fb5be1d34d3269577d5 /bin
parent314a2820d498082ee46cdcd2b64a7364c204764c (diff)
removed awk subst from automake
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 1777ce10..feb3c349 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -25,7 +25,6 @@ couchjs_command_name = `echo couchjs | sed '$(transform)'`
couchdb: couchdb.tpl
sed -e "s|%ERL%|$(ERL)|g" \
-e "s|%ICU_CONFIG%|$(ICU_CONFIG)|g" \
- -e "s|%AWK%|$(AWK)|g" \
-e "s|%bindir%|@bindir@|g" \
-e "s|%localerlangbindir%|@localerlangbindir@|g" \
-e "s|%localerlanglibdir%|@localerlanglibdir@|g" \