2005-02-26 Chris Madison * Updated automake/libtool. 2005-01-26 Chris Madison * Added AM_PROG_CC_C_O macro to configure.ac. * Fixed AUTOMAKE_OPTIONS in Makefile.am files. 2005-01-25 Bob Friesenhahn * configure.ac: Bumped package version to 1.2.0.10. * Makefile.am: Fixed build environment so that all files are included. Many files were mysteriously missing in the previous version. * Updated to automake 1.9.3 * Updated to autoconf 2.59 2005-01-25 amantia * ole/olecore.cpp, ole/oleprops.cpp, oless/refilb.cxx: Use array syntax when deleting arrays. 2005-01-22 Martin Becker * ri_image/ph_image.cpp: Fixes to compile with Visual Studio 8.0. 2003-06-10 Bob Friesenhahn * configure.ac: Bumped package version to 1.2.0.9. 2003-04-26 Bob Friesenhahn * fpx/ptil_fpx.cpp (WriteHeader): One of the BSD patches had wrong code. The type of compressTableGroup is 'unsigned int' so it is pointless to range-check for values outside of 0-255 at all. The bad patch failed to assign a value. * fpxlib.h: Borland C already has typedefs for WCHAR. 2003-04-25 Bob Friesenhahn * Applied patches from Mikhail Teterin to resolve buffer alignment problems under Solaris/SPARC (and likely other processor types), and to aid with compilation using the Sun Forte C++ compiler. 2003-04-23 Bob Friesenhahn * configure.ac: Bumped package version to 1.2.0.8. * Updated to libtool 1.5 release. * configure.ac: Add as a dependency when testing for . * ole/gen_guid.cpp, basics/b_string.cpp, basics/mac_comp.h, fpx/buffdesc.cpp, ri_image/priimage.h, ri_image/ptile.h, fpx/ptil_fpx.cpp, ri_image/corr_lut.cpp, ri_image/ptile.cpp, oless/h/dir.hxx, oless/wchar.c: Applied FreeBSD ports patches except that native types are substituted for types from stdint.h since stdint.h is too new to improve portability. * configure.ac: Add check for * ole/gen_guid.cpp: Include if HAVE_SYS_TIME_H is defined. 2003-04-12 Bob Friesenhahn * configure.ac: Add checks for sys/statfs.h, sys/param.h, and sys/mount.h, where a definition for 'struct statfs' may be hiding. * basics/a_file.cpp: Find struct statfs for FreeBSD. * basics/filename.cpp: Find struct statfs for FreeBSD. * oless/h/vect.hxx: Don't include since it is replaced by according to the ANSI C standard. 2003-03-09 Bob Friesenhahn * fpx/f_fpxvw.cpp (OleRegGetUserType): Needed to copy constant string to allocated buffer rather than assigning pointer to constant string. (CreateCompObj): Since lpszNew is deleted, it must always be allocated via new, rather than sometimes being assigned to a constant or automatic string. 2002-12-18 Bob Friesenhahn * Updated to automake 1.7.2 * Updated to autoconf 2.57 2002-11-14 Bob Friesenhahn * Updated to autoconf 2.56 2002-11-14 Bob Friesenhahn * Updated to autoconf 2.55 * Switched to using standard C++ headers. Define USE_LEGACY_INCLUDES to use legacy headers. 2002-11-14 Bob Friesenhahn * Significantly reduced warnings with g++ -Wall. 2002-11-14 Bob Friesenhahn * Updated to autoconf 2.54 * Updated to automake 1.7.1 * Updated to libtool 1.4e (1.1148 2002/10/28 15:38:37) 2002-03-12 Bob Friesenhahn * Updated to autoconf 2.53 * Updated to automake 1.6 2002-03-02 Bob Friesenhahn * Expanded tabs in sources to spaces (two spaces per tab) and reduced the number of warnings when compiling with gcc 3.0.4. 2000-12-22 Bob Friesenhahn * Added build environment based on Autoconf, Automake, and Libtool.