* NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
commita49bbf7a83ae815b2694688ec74d6375badbaefb
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Feb 2007 00:03:33 +0000 (28 00:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Feb 2007 00:03:33 +0000 (28 00:03 +0000)
tree3bc14b4e0b824270f21a40f2b2105fa2d3e0bdc9
parent74416a3598b9ec94edc080787397c1c54cd117c7
* NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
* doc/autoconf.texi (C Compiler): Document this.  There is a new
extra argument ACTION-IF-UNIVERSAL.
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
Reindent for sanity's sake.
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/c.m4