It'd be great if it was possible to just build nauty/traces and NautyTracesInterface at the same time, i.e. not be required to build nauty first and then NautyTracesInterface.
Also in configure.ac it'd be good to check if nauty is available.
You need to use the nauty version that comes with the package anyway, as we patched the nauty configuration for compilation. So should it check if nauty is compiled?
It'd be great if it was possible to just build nauty/traces and
NautyTracesInterface
at the same time, i.e. not be required to build nauty first and thenNautyTracesInterface
.Also in
configure.ac
it'd be good to check ifnauty
is available.