Hello. There's a typo in the description of AT_CHECK_CONFIGURE in tests/atspecific.m4: SDOUT should be STDOUT. ChangeLog and patch below.
Thanks, regards, -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ] 2003-01-11 Richard Dawe <[EMAIL PROTECTED]> * tests/atspecific.m4: Fix typo in description of AT_CHECK_CONFIGURE. --- /dev/c/develop/ports/orig/autoconf-2.57/tests/atspecific.m4 2002-10-31 13:57:36.000000000 +0000 +++ /dev/c/develop/ports/gnu.dev/autoconf-2.57/tests/atspecific.m4 2003-01-04 19:05:46.000000000 +0000 @@ -221,7 +221,7 @@ m4_define([AT_CHECK_AUTOHEADER], # AT_CHECK_CONFIGURE(END-COMMAND, # [EXIT-STATUS = 0], -# [SDOUT = IGNORE], STDERR) +# [STDOUT = IGNORE], STDERR) # -------------------------------------------- # `abs_top_srcdir' is needed so that `./configure' finds install-sh. # Using --srcdir is more expensive.
