Mercurial > hg > octave-nkf > gnulib-hg
view m4/md5.m4 @ 11053:90ea94356c75
Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 20 Jan 2009 00:57:07 +0100 |
parents | e9c2c3fc14fa |
children | c2cbabec01dd |
line wrap: on
line source
# md5.m4 serial 11 dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MD5], [ AC_LIBOBJ([md5]) dnl Prerequisites of lib/md5.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) : ])