mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 21:39:36 -05:00
fix escape
git-svn-id: file:///svn/unbound/trunk@2548 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c8696005a7
commit
e3e6246860
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -16928,7 +16928,7 @@ $as_echo_n "checking if make supports $<... " >&6; }
|
|||
if test "`uname`" = "SunOS"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
SOURCEDETERMINE='echo "$?" | awk "-F " "{print $$$$1;}" > .source'
|
||||
SOURCEDETERMINE='echo "$?" | awk "-F " "{print \$$1;}" > .source'
|
||||
SOURCEFILE='`cat .source`'
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
|
|
|
|||
|
|
@ -881,7 +881,7 @@ fi
|
|||
AC_MSG_CHECKING([if make supports $<])
|
||||
if test "`uname`" = "SunOS"; then
|
||||
AC_MSG_RESULT(no)
|
||||
SOURCEDETERMINE='echo "$?" | awk "-F " "{print $$$$1;}" > .source'
|
||||
SOURCEDETERMINE='echo "$?" | awk "-F " "{print \$$1;}" > .source'
|
||||
SOURCEFILE='`cat .source`'
|
||||
else
|
||||
AC_MSG_RESULT(yes)
|
||||
|
|
|
|||
Loading…
Reference in a new issue