Since GREL isn't very useful anyway, and it introduces two unusual dependencies to the project, it might be best to make it an optional feature.
This patch modifies the build system to not include GREL features by default. It won't check for libVTE or Guile when GREL is not enabled. The source code has been modified to reflect this change.
To enable GREL functionality, one must configure with the "--with-grel" option:
./configure --with-grel
Since GREL isn't very useful anyway, and it introduces two unusual dependencies to the project, it might be best to make it an optional feature.
This patch modifies the build system to not include GREL features by default. It won't check for libVTE or Guile when GREL is not enabled. The source code has been modified to reflect this change.
To enable GREL functionality, one must configure with the "--with-grel" option: ./configure --with-grel