libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit c1547708345f004af1d781460385be31ead3210c
parent 0ac69ac54e59a8a535f2f867d54417097a44a99c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  5 Dec 2009 10:36:51 +0000

ignores, new test file

Diffstat:
MINSTALL | 17++++++++++++++---
Mdoc/version.texi | 4++--
Atest/exiv-iptc.jpg | 0
3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -2,7 +2,7 @@ Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008 Free Software Foundation, Inc. +2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -159,7 +159,7 @@ Particular systems CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae" + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. @@ -174,6 +174,16 @@ and if that doesn't work, try ./configure CC="cc -nodtk" + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== @@ -189,7 +199,8 @@ type, such as `sun4', or a canonical name which has the form: where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't diff --git a/doc/version.texi b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 2 July 2009 -@set UPDATED-MONTH July 2009 +@set UPDATED 1 October 2009 +@set UPDATED-MONTH October 2009 @set EDITION 0.5.23 @set VERSION 0.5.23 diff --git a/test/exiv-iptc.jpg b/test/exiv-iptc.jpg Binary files differ.