Page MenuHomeSolus

swh-plugins
Closed, ResolvedPublic

Description

Patch for swh-plugins

Related Objects

StatusSubtypeAssignedTask
ResolvedJoshStrobl
ResolvedJoshStrobl

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

%configure is redundant, our %autogen macro calls configure. Otherwise LGTM.

I know it should be enough with %autogen, but if I remove the %configure part it fails with this message:

line 32: --infodir=/usr/share/info: No such file or directory

Don't know the reason of this... I'll look into it.

So, I couldn't find the reason :/ I'm attaching a patch changing the %autogen macro for ./autogen, so at least we get rid of the redundant configure bit. Is it ok so? (and now finally going to sleep)

JoshStrobl moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.

Is it ok so?

Yea don't sweat it, not your fault they can't handle all the CONFOPTS. LGTM.