Skip to content

Commit

Permalink
Further clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
thayama committed Jan 22, 2010
1 parent 7c1ae57 commit e6c3be4
Show file tree
Hide file tree
Showing 32 changed files with 728 additions and 20,295 deletions.
17 changes: 14 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand All @@ -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
==========================

Expand All @@ -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
Expand Down
10 changes: 8 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
ACLOCAL_AMFLAGS=-I m4
SUBDIRS=src doc tests
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include src doc tests

# pkg-config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = shjpeg.pc

EXTRA_DIST = shjpeg.pc.in
Loading

0 comments on commit e6c3be4

Please sign in to comment.