Building the gEDA/gaf git repository version

To build the git repository version of gEDA/gaf, follow these instructions:

    ./autogen.sh
    ./configure --prefix=$HOME/geda
    make 
    make install