splfr
under UNIXThe splfr
tool is implemented as a Perl script and can be
customized in order to adapt to local variations. Do not attempt
this unless you know what you are doing. Customization is done by
editing their common configuration file
spconfig-
version. Follow these instructions:
spconfig-
version
. It should
be located in the same directory as splfr
.
spconfig-
version
; let's call it
hacked_splfr.config
. Do not edit the original file.
CFLAGS=-g
-O2
. Edit these according to your needs. Do not add or remove any
flags.
spconfig-
version
together with
splfr
like this:
% splfr [...] --config=/path/to/hacked_splfr.configReplace
/path/to
with the actual path to the hacked configuration
file.