2011-01-09 Peter Breitenlohner * Makefile.am, configure.ac: Install linked perl scripts. 2010-12-14 Peter Breitenlohner Remove the non-free files psutils-1.17/md{68,71}_0.ps. * Makefile.am (perl_scripts): Remove fixmacps. (nodist_man1_MANS): Derive from bin_PROGRAMS and perl_scripts. * Makefile.am, configure.ac: Ignore shell scripts for WIN32. 2010-12-10 Peter Breitenlohner * Import original psutils-1.17, patches in psutils-1.17-PATCHES. * Makefile.am, configure.ac, ...: Adapted. 2010-02-20 Peter Breitenlohner * config.h: Do not #include for MinGW32. 2009-08-27 Peter Breitenlohner Avoid maximal compiler warnings. * pserror.[ch] (message): Constify string arg. * psspec.c (prologue): Constify global strings. (pstops): Drop inner local var 'buffer', not to shadow previous. Constify local var 'pro'. * psutil.[ch] (struct papersize): constify string member 'name'. (findpaper, writepageheader, writestring): Constify string args. 2009-06-23 Peter Breitenlohner * Makefile.am (AM_CFLAGS), configure.ac: enable compiler warnings. * epsffit.c (main): avoid uninitialized warnings. * psnup.c (main): avoid uninitialized warnings. * pstops.c (usage): declare as static. 2009-05-06 Peter Breitenlohner Adapt to TL2009 build system. 2009-04-20 Karl Berry * Makefile.am (EXTRA_DIST): avoid trailing \, to appease automake complaints and bugs. 2009-04-18 Karl Berry * Makefile.am: also make and install all the scripts and man pages. 2008-02-29 Peter Breitenlohner * configure.in: update (AC_SET_MAKE -> AC_PROG_MAKE_SET). 2008-02-01 Peter Breitenlohner Convert from autoconf-2.13 to autoconf-2.59+: * Makefile.in: Add @configure_input@ line. * configure: Regenerated (autoconf). * epsffit.c(main): Changed return type void into int, changed exit at end into return. * psresize.c(main): Changed return type void into int, changed exit at end into return. * psselect.c(main): Changed return type void into int, changed exit at end into return. * psbook.c(main): Changed return type void into int, changed exit at end into return. * psnup.c(main): Changed return type void into int, changed exit at end into return. * pstops.c(main): Changed return type void into int, changed exit at end into return. * pserror.c(message): Explicit type int for column.