* tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.

From Aaron Ucko.
This commit is contained in:
Akim Demaille 2002-03-19 15:30:18 +00:00
parent 000289a83d
commit 7dc0b2892f
2 changed files with 7 additions and 2 deletions

View File

@ -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'

View 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
])