2006-04-06 Stepan Kasal * tests/Makefile.am (maintainer-check-posix): s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/ Index: tests/Makefile.am =================================================================== RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.am,v retrieving revision 1.98 diff -u -r1.98 Makefile.am --- tests/Makefile.am 6 Mar 2006 21:13:22 -0000 1.98 +++ tests/Makefile.am 6 Apr 2006 15:13:21 -0000 @@ -184,7 +184,7 @@ # Try the test suite with more severe environments. maintainer-check-posix: expr - POSIXLY_CORRECTLY=yes make check + POSIXLY_CORRECT=yes make check rm expr # Try using G++ as a C compiler.