provide m4 macro to make configure script of libt2n/codegen users simple
[libt2n] / example-codegen / README
1 Example how to use the code generator libt2n-codegen.
2 This example may be build during the build of libt2n or it may be build seperately using a
3 installed version of libt2n.
4
5 To build it seperately using a installed version of libt2n:
6 autoreconf -i  && ./configure && make && make distcheck
7
8 if it does not work try something like:
9 tar xzvf libt2n-0.1.tar.gz
10 mv libt2n-0.1/example-codegen . 
11 cd example-codegen
12 # get configure script created and missing autotools stuff
13 aclocal && automake -a && autoreconf -i
14 ./configure && make && make distcheck