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-no-libs.m4,v 1.1 2001/04/04 17:58:30 shadow Exp $ |
2 | dnl |
3 | dnl |
4 | dnl Look for function in any of the specified libraries |
5 | dnl |
6 | |
7 | dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args) |
8 | AC_DEFUN(AC_FIND_FUNC_NO_LIBS, [ |
9 | AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])]) |
ViewVC Help | |
Powered by ViewVC 1.1.22 |