From 7cb9ccbb92d63e9f186aeaa8953516070d3014c5 Mon Sep 17 00:00:00 2001 From: qwell Date: Wed, 22 Aug 2007 18:53:18 +0000 Subject: Fix a few build issues in Solaris (and likely others). Use GREP and ID variables from autoconf. Reported to me in #asterisk-dev I forgot who reported this - sorry. :( git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80330 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/prep_moduledeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/prep_moduledeps') diff --git a/build_tools/prep_moduledeps b/build_tools/prep_moduledeps index 01aeda6b7..333e8853e 100755 --- a/build_tools/prep_moduledeps +++ b/build_tools/prep_moduledeps @@ -1,7 +1,7 @@ #!/bin/sh get_description() { - TDESC=`grep -e AST_MODULE_INFO ${1} | head -n 1 | cut -d '"' -f 2` + TDESC=`${GREP} -e AST_MODULE_INFO ${1} | head -n 1 | cut -d '"' -f 2` } process_dir() { -- cgit v1.2.3