From 05c26446ed65681528387f6c66473c61eebe7224 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 23 Feb 2007 18:04:04 +0000 Subject: updated autotools abstraction to properly pick up different awk, sed, and md5sum locations --- src/ninjahelper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ninjahelper.in') diff --git a/src/ninjahelper.in b/src/ninjahelper.in index 26d2856..040727b 100755 --- a/src/ninjahelper.in +++ b/src/ninjahelper.in @@ -183,7 +183,7 @@ if [ ! -r "$conffile" ]; then fi # find $libdirectory -libdirectory=`grep '^libdirectory' $conffile | awk '{print $3}'` +libdirectory=`grep '^libdirectory' $conffile | @AWK@ '{print $3}'` if [ -z "$libdirectory" ]; then if [ -d "@libdir@" ]; then libdirectory="@libdir@" -- cgit v1.2.3