Comment 20 for bug 992047

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Re comment #18: I think it should just be a case of going into the build directory and running autogen with whichever configure flags you want (any arguments to autogen are just passed to configure).

So, I tested the following (starting from Inkscape root folder) of a pre-configured folder:

cd build
../autogen.sh --enable-dbusapi

autogen and configure both ran OK.