mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
* tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
From Aaron Ucko.
This commit is contained in:
parent
000289a83d
commit
7dc0b2892f
@ -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'
|
||||
|
@ -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
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user