changed awk reference to $AWK so the macro will use gawk if present.

svn path=/trunk/boinc/; revision=6083
This commit is contained in:
Eric J. Korpela 2005-05-09 23:45:53 +00:00
parent c219dedb19
commit 3aa917defe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AC_DEFUN([SAH_STATICIZE_LDFLAGS],[
STATIC_LIB_LIST="${STATIC_LIB_LIST} $3"
liblist=`echo $1 | awk '{for (i=1;i<(NF+1);i++) {print $[]i;}}' | grep -v "Wl,[sd]" `
liblist=`echo $1 | $AWK '{for (i=1;i<(NF+1);i++) {print $[]i;}}' | grep -v "Wl,[sd]" `
ssl_sah_save_libs="${LIBS}"
echo "DEBUG: before mangling $2:$1"
sah_outputlibs=