Define $AWK from the subst @AWK@, and use it, instead of just `awk'.

This commit is contained in:
Miles Bader 1995-11-24 22:36:37 +00:00
parent d4623164fb
commit 90742cf466
3 changed files with 6 additions and 3 deletions

View File

@ -33,6 +33,7 @@ if test "${LANG+set}" = set; then LANG=C; export LANG; fi
: ${AC_MACRODIR=@datadir@}
: ${M4=@M4@}
: ${AWK=@AWK@}
case "${M4}" in
/*) # Handle the case that m4 has moved since we were configured.
# It may have been found originally in a build directory.
@ -141,7 +142,7 @@ else
fi
# Put the real line numbers into configure to make config.log more helpful.
awk '
$AWK '
/__oline__/ { printf "%d:", NR + 1 }
{ print }
' $tmpout | sed '

View File

@ -33,6 +33,7 @@ if test "${LANG+set}" = set; then LANG=C; export LANG; fi
: ${AC_MACRODIR=@datadir@}
: ${M4=@M4@}
: ${AWK=@AWK@}
case "${M4}" in
/*) # Handle the case that m4 has moved since we were configured.
# It may have been found originally in a build directory.
@ -141,7 +142,7 @@ else
fi
# Put the real line numbers into configure to make config.log more helpful.
awk '
$AWK '
/__oline__/ { printf "%d:", NR + 1 }
{ print }
' $tmpout | sed '

View File

@ -33,6 +33,7 @@ if test "${LANG+set}" = set; then LANG=C; export LANG; fi
: ${AC_MACRODIR=@datadir@}
: ${M4=@M4@}
: ${AWK=@AWK@}
case "${M4}" in
/*) # Handle the case that m4 has moved since we were configured.
# It may have been found originally in a build directory.
@ -141,7 +142,7 @@ else
fi
# Put the real line numbers into configure to make config.log more helpful.
awk '
$AWK '
/__oline__/ { printf "%d:", NR + 1 }
{ print }
' $tmpout | sed '