]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
authorAkim Demaille <akim@epita.fr>
Tue, 19 Mar 2002 15:30:18 +0000 (15:30 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 19 Mar 2002 15:30:18 +0000 (15:30 +0000)
From Aaron Ucko.

ChangeLog
tests/semantics.at

index 345a3e57427a851fbb7102f6ad6ef51027873c81..175ad65d4ff4bfeb48af6380ac13f3d1e163c7f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
+       From Aaron Ucko.
+
 2002-03-19  Akim Demaille  <akim@epita.fr>
 
        * bin/autoscan.in (scan_file): Specify the location in `&used'
index c98ea6899594838489ce292a85053fb8d03c2e5e..afed94251028f1e48ca522bba74544371edd3105 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Semantics.])
 
-# Copyright 2000, 2001 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -357,7 +357,7 @@ _AT_CHECK_AC_MACRO(
    # or unknown (because the cross-compiling check is allowed to fail;
    # although it might be interesting to suppress this comparison, just
    # to know on which system it fails if it ever does).
-   if test $ac_endian != $ac_prevendian -a $ac_endian != unknow; then
+   if test $ac_endian != $ac_prevendian -a $ac_endian != unknown; then
      AC_MSG_ERROR([unexpected endianness: first run found '$ac_prevendian' but second run found '$ac_endian'])
    fi
 ])