As far as I know, to compile this project you will need:

* installed cvs version of clutils
* installed cvs version of savant

To compile this project run the following command sequence:

cd <savant_plugin_tutorial_basedir>
autoreconf -i
./configure
make install

HINTS:

* I experienced troubles to run autoreconf -i command. Finally I found
the source of troubles: I used many versions of automake package and
a wrong version was choosen. To fix similar problems, use the
following command: 
ACLOCAL=aclocal-1.7 AUTOMAKE=automake-1.7 autoreconf -i --force

* I used the following utils to compile everything without troubles:
  gcc 3.3.5
  automake 1.7
  autoconf 2.59a
I probably missed many required packages. Sorry, this is just a hint.

Rudolf Matousek <matousek AT utia DOT cas DOT cz>
As far as I know, to compile this project you will need:

* installed cvs version of clutils
* installed cvs version of savant

To compile this project run the following command sequence:

cd <savant_plugin_tutorial_basedir>
autoreconf -i
./configure
make install

HINTS:

* I experienced troubles to run autoreconf -i command. Finally I found
the source of troubles: I used many versions of automake package and
a wrong version was choosen. To fix similar problems, use the
following command: 
ACLOCAL=aclocal-1.7 AUTOMAKE=automake-1.7 autoreconf -i --force

* I used the following utils to compile everything without troubles:
  gcc 3.3.5
  automake 1.7
  autoconf 2.59a
I probably missed many required packages. Sorry, this is just a hint.

Rudolf Matousek <matousek AT utia DOT cas DOT cz>
As far as I know, to compile this project you will need:

* installed cvs version of clutils
* installed cvs version of savant

To compile this project run the following command sequence:

cd <savant_plugin_tutorial_basedir>
autoreconf -i
./configure
make install

HINTS:

* I experienced troubles to run autoreconf -i command. Finally I found
the source of troubles: I used many versions of automake package and
a wrong version was choosen. To fix similar problems, use the
following command: 
ACLOCAL=aclocal-1.7 AUTOMAKE=automake-1.7 autoreconf -i --force

* I used the following utils to compile everything without troubles:
  gcc 3.3.5
  automake 1.7
  autoconf 2.59a
I probably missed many required packages. Sorry, this is just a hint.

Rudolf Matousek <matousek AT utia DOT cas DOT cz>