bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.5


From: Michael Elizabeth Chastain
Subject: Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b
Date: Fri, 6 Jul 2001 01:10:59 -0700

Here's some more /bin/awk output:

  address@hidden tmp]$ echo 'FORBIDDEN' | /bin/awk '/^FORBIDDEN$|_AC_/ { print 
 "MATCH: " $0}'
  MATCH: FORBIDDEN
  address@hidden tmp]$ echo '^FORBIDDEN' | /bin/awk '/^FORBIDDEN$|_AC_/ { prin 
t "MATCH: " $0}'
  address@hidden tmp]$ echo 'FORBIDDEN$' | /bin/awk '/^FORBIDDEN$|_AC_/ { prin 
t "MATCH: " $0}'
  address@hidden tmp]$ echo '^FORBIDDEN$' | /bin/awk '/^FORBIDDEN$|_AC_/ { pri 
nt "MATCH: " $0}'
  address@hidden tmp]$ echo 'FORBIDDEN' | /bin/awk '/_AC_|^FORBIDDEN$/ { print 
 "MATCH: " $0}'
  MATCH: FORBIDDEN
  address@hidden tmp]$ echo '^FORBIDDEN' | /bin/awk '/_AC_|^FORBIDDEN$/ { prin 
t "MATCH: " $0}'
  address@hidden tmp]$ echo 'FORBIDDEN$' | /bin/awk '/_AC_|^FORBIDDEN$/ { prin 
t "MATCH: " $0}'
  address@hidden tmp]$ echo '^FORBIDDEN$' | /bin/awk '/_AC_|^FORBIDDEN$/ { pri 
nt "MATCH: " $0}'

> Is it the actual AWK that was chosen by Autoconf's own configure?

  address@hidden autoconf-2.50b]$ grep AWK= autoconf
  : ${AWK=awk}

  address@hidden autoconf-2.50b]$ grep awk X-configure.log 
  checking for mawk... no
  checking for gawk... no
  checking for nawk... no
  checking for awk... awk

MichaelC



reply via email to

[Prev in Thread] Current Thread [Next in Thread]