Commit 4e8297a8 4e8297a8bd476af81ef6c56ecd98ca29f2b4e7b1 by Sergey Poznyakoff

Update

1 parent 5daddce0
Showing 1 changed file with 11 additions and 0 deletions
2006-10-25 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: Check for large file support and fseeko. Replace
the latter with fseek if it is not available.
(MU_GUILE_SITE_DIR,MU_GUILE_SIEVE_MOD_DIR)
(MU_GUILE_SIEVE_SCRIPTS,MU_GUILE_SIEVE_MOD_DATA): New variables
* guimb/scm/Makefile.am: Do not try to install anything if Guile
is not available
* libmu_scm/Makefile.am: Likewise
* mailbox/file_stream.c: Use fseeko instead of fseek
2006-10-20 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Updated
......