/[MITgcm]/MITgcm_contrib/mpack_src/mpack-1.6-4/cmulocal/find-func.m4
ViewVC logotype

Annotation of /MITgcm_contrib/mpack_src/mpack-1.6-4/cmulocal/find-func.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Feb 23 20:13:30 2008 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
- get new version from: http://packages.qa.debian.org/m/mpack.html
  (files: mpack_1.6.orig.tar.gz, mpack_1.6-4.diff.gz, mpack_1.6-4.dsc)
  and apply patch 'mpack_1.6-4.diff' to original dir: mpack_1.6/
- this fix the MD5 coding on 64.bit platforms (well, seems to).
- added in Contrib to allow separate test (since building mpack seems fishy)

1 jmc 1.1 dnl $Id: find-func.m4,v 1.1 2001/04/04 17:58:30 shadow Exp $
2     dnl
3     dnl AC_FIND_FUNC(func, libraries, includes, arguments)
4     AC_DEFUN(AC_FIND_FUNC, [
5     AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4])
6     if test -n "$LIB_$1"; then
7     LIBS="$LIB_$1 $LIBS"
8     fi
9     ])

  ViewVC Help
Powered by ViewVC 1.1.22