Copyright (C) 2009 I.S. Software.  See the end of the file for license
conditions.


This directory tree holds version 1.0.0 of I.S. Software Libraries,
the C++ Convenience Libraries.

The file INSTALL in this directory says how to build and install I.S.
Software Libraries on various systems, once you have unpacked or
checked out the entire I.S. Software Libraries file tree.

See the file NEWS for information on new features and other
user-visible changes in recent versions of I.S. Software Libraries.

You may encounter bugs in this release.  If you do, please report them;
your bug reports are valuable contributions to the I.S. Software, since
they allow us to notice and fix problems on machines we don't have, or
in code we don't use often.  Please send bug reports for released
versions of I.S. Software Libraries sent to
<issoftware@users.sourceforge.jp>.

The file `configure' is a shell script to acclimate I.S. Software
Libraries to the oddities of your processor and operating system.  It
creates the file `Makefile' (a script for the `make' program), which
automates the process of building and installing I.S. Software
Libraries.  See INSTALL for more detailed information.

The file `configure.in' is the input used by the autoconf program to
construct the `configure' script.  Since I.S. Software Libraries has
some configuration requirements that autoconf can't meet directly, and
for historical reasons, `configure.in' uses an unholy marriage of
custom-baked configuration code and autoconf macros.  If you want to
rebuild `configure' from `configure.in', you will need to install a
recent version of autoconf and GNU m4.

The file `Makefile.in' is a template used by `configure' to create
`Makefile'.

   Building I.S. Software Libraries on non-Posix platforms requires to
install tools that aren't part of the standard distribution of the OS.
The platform-specific README files and installation instructions should
list the required tools.


I.S. Software Libraries NEWS -- history of user-visible changes.

Copyright (C) 2009 I.S. Software
See the end of the file for license conditions.

Please send I.S. Software Libraries bug reports to
<issoftware@users.sourceforge.jp>.


----------------------------------------------------------------------
This file is part of I.S. Software Libraries.

I.S. Software Libraries is free software: you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.

I.S. Software Libraries is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with I.S. Software Libraries.  If not, see
<http://www.gnu.org/licenses/>.
