Parent Directory
|
Revision Log
|
Revision Graph
- 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 | 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 |