mirror of https://github.com/BOINC/boinc.git
changed awk reference to $AWK so the macro will use gawk if present.
svn path=/trunk/boinc/; revision=6083
This commit is contained in:
parent
c219dedb19
commit
3aa917defe
|
@ -1,6 +1,6 @@
|
||||||
AC_DEFUN([SAH_STATICIZE_LDFLAGS],[
|
AC_DEFUN([SAH_STATICIZE_LDFLAGS],[
|
||||||
STATIC_LIB_LIST="${STATIC_LIB_LIST} $3"
|
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}"
|
ssl_sah_save_libs="${LIBS}"
|
||||||
echo "DEBUG: before mangling $2:$1"
|
echo "DEBUG: before mangling $2:$1"
|
||||||
sah_outputlibs=
|
sah_outputlibs=
|
||||||
|
|
Loading…
Reference in New Issue