diff options
author | Reuben Thomas <rrt@sc3d.org> | 2009-08-13 12:51:11 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2009-08-13 12:51:11 +0100 |
commit | d722dcd17c95e0eb178fdd34dc14ce79f2f14103 (patch) | |
tree | c8297c839796480fc2c04bbe4d2b9751ee3e6917 /m4/ax_c_bigendian_cross.m4 | |
parent | 58f1084c58874f22d412a810030d0fdae4896443 (diff) | |
download | autoconf-archive-d722dcd17c95e0eb178fdd34dc14ce79f2f14103.tar.gz |
Add AU_ALIAS calls to new files for all recently renamed macros.
Diffstat (limited to 'm4/ax_c_bigendian_cross.m4')
-rw-r--r-- | m4/ax_c_bigendian_cross.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_c_bigendian_cross.m4 b/m4/ax_c_bigendian_cross.m4 index df65108..b352b32 100644 --- a/m4/ax_c_bigendian_cross.m4 +++ b/m4/ax_c_bigendian_cross.m4 @@ -48,6 +48,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +AU_ALIAS([AC_C_BIGENDIAN_CROSS], [AX_C_BIGENDIAN_CROSS]) AC_DEFUN([AX_C_BIGENDIAN_CROSS], [AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian, [ac_cv_c_bigendian=unknown |