summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-15 17:14:30 +0000
committerNoah Slater <nslater@apache.org>2008-06-15 17:14:30 +0000
commit65038be103be4b9a82cad8a3c5dbea29d2e70b26 (patch)
tree28d59edb0b21c5ccec246a4e6e76bab4e461b3f0 /bin/Makefile.am
parent5d6be4a5424b7b4b860a955efe453b306817fe0d (diff)
use awk found from configure
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 437f64fc..92ab95cd 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -25,6 +25,7 @@ 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|%erlangbindir%|@erlangbindir@|g" \
-e "s|%erlanglibdir%|@erlanglibdir@|g" \