]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (maintainer-check-posix): s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
authorStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 15:15:06 +0000 (15:15 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 15:15:06 +0000 (15:15 +0000)
ChangeLog
tests/Makefile.am

index ed6e82751e4a63c4c590cfde7c271b751a0dade6..3b2c9d85b48c220f3519a0548606cc7164d79065 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
 
+       * tests/Makefile.am (maintainer-check-posix): s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
+
        * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
          ac_config_<foo>s again, sometimes normalized, sometimes not.
        (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS, AC_CONFIG_COMMANDS):
index d9e5483b83624e421508a65d5708ba7ae4efa953..99cfc60c9b6d123be7325e31bce985df25604575 100644 (file)
@@ -184,7 +184,7 @@ expr:
 
 # 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.