diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-01 11:23:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-01 11:23:16 +0000 |
commit | b0542f2883475b76a24d8ec25e810d34ac07eda6 (patch) | |
tree | 025d231f284e44163d9851f55337253b7d3d6aea /Build/source/utils/psutils/ChangeLog | |
parent | e33ec9c839bf39255602547c62ca6f73d7dc0744 (diff) |
autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/psutils/ChangeLog')
-rw-r--r-- | Build/source/utils/psutils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/utils/psutils/ChangeLog b/Build/source/utils/psutils/ChangeLog new file mode 100644 index 00000000000..a48253f06cd --- /dev/null +++ b/Build/source/utils/psutils/ChangeLog @@ -0,0 +1,26 @@ +2008-02-01 Peter Breitenlohner <peb@mppmu.mpg.de> + + 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. + |