libgeier - C-Bibliothek zur Kommunikation mit Elster 

Copyright (C) 2005  Jürgen Stuber <juergen@jstuber.net>, Germany
		    Stefan Siegl <stesie@brokenpipe.de>, Germany
                    and others, see AUTHORS for a complete list of authors

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


Elster ist das deutsche Projekt zur elektronischen Abgabe
von Steuererklärungen, siehe <http://www.elster.de>.


libgeier ist Teil des Taxbird-Projekts.
Geier = Gnu Elster ImplementiERung


Installation der CVS-Version:
-----------------------------

$ gtkdocize
$ autoreconf -i
$ ./configure [...Optionen...]
$ make
$ make install

Benutzte Software-Versionen
(andere können funktionieren oder auch nicht, bei Problemen bitte melden):

$ autoconf --version
autoconf (GNU Autoconf) 2.59
[...]
$ automake --version
automake (GNU automake) 1.9.4
[...]
$ libtoolize --version
libtoolize (GNU libtool) 1.5.6
[...]
$ libtool --version
ltmain.sh (GNU libtool) 1.5.6
[...]
$ make --version
GNU Make 3.80
[...]
$ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)
[...]



Das relativ weit verbreitete automake 1.4 sollte inzwischen funktionieren.
Bei auftretenden Problemen bitte auf der Mailingliste taxbird@taxbird.de
melden. 

libtool 1.5.10 bzw. 1.5a brauchen andere Deklarationen in configure.ac
(LT_INIT statt AC_PROG_LIBTOOL) und funktionieren derzeit nicht.

$Id: README,v 1.8 2006/11/15 15:35:36 hartmut Exp $
