From 65038be103be4b9a82cad8a3c5dbea29d2e70b26 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 15 Jun 2008 17:14:30 +0000 Subject: use awk found from configure git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667976 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile.am') 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" \ -- cgit v1.2.3