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 | AC_INIT(common.h) |
| 2 | AM_INIT_AUTOMAKE(mpack,1.6) |
| 3 | AC_PROG_CC |
| 4 | |
| 5 | CMU_SOCKETS |
| 6 | |
| 7 | AC_CHECK_FUNCS([strchr]) |
| 8 | AC_REPLACE_FUNCS([strcasecmp getopt]) |
| 9 | |
| 10 | AC_OUTPUT([Makefile]) |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |