[00:58] bluesabre: [00:58] xfce4-settings-editor/Makefile.am:78: warning: DISTCLEANFILES was already defined in condition MAINTAINER_MODE, which is included in condition TRUE ... [00:58] xfce4-settings-editor/Makefile.am:66: ... 'DISTCLEANFILES' previously defined here [00:58] Also, -AC_CONFIG_MACRO_DIR([m4]) [00:58] +AC_CONFIG_MACRO_DIRS([m4]) [01:03] bluesabre: I have no idea why or what else that might affect, but that's the problem that we're working around with `mkdir -p m4`, so if you can just commit that change everywhere that'd be lovely. :P [01:11] I: xfce4-settings: spelling-error-in-binary usr/bin/xfce4-display-settings PRECISON PRECISION [01:11] I: xfce4-settings: spelling-error-in-binary usr/bin/xfce4-display-settings Synopsys Synopsis [01:17] Unit193: feel free to lintian override [01:17] dialogs/display-settings/display-name.c:2105: { "SPS", "Synopsys Inc" }, [01:18] the other one is a typo :) [01:27] Ooooh. [01:28] bluesabre: And do you understand the autotools stuff well enough to review what I said and commit, or commit everywhere? :P [01:29] Unit193: last 3 commits look good? https://git.xfce.org/xfce/xfce4-settings/ [01:31] https://github.com/search?q=org%3Axfce-mirror+AC_CONFIG_MACRO_DIR%28&type=Code [01:31] bluesabre: And, uh.. I guess? Thanks very much! [01:32] :D [01:32] Seriously, I'd love this bug to be gone. :D [01:33] ochosi: can you make those commits or grant me access to the various repos? I promise I won't break things :) [09:57] -SwissBot:#xubuntu-devel- ::xfce4-announce:: ANNOUNCE: xfconf 4.13.5 released @ http://xfce.10915.n7.nabble.com/ANNOUNCE-xfconf-4-13-5-released-tp51238.html (by Ali Abdallah-4) [21:36] bluesabre: oh wow, that sounds like "fun" [21:36] i'll see which repos i can push this to [21:43] Unit193: what would be an appropriate commit msg for s/MACRO_DIR/MACRO_DIRS/ ? [21:45] is it simply that the macro name has changed? [21:45] or is there an explanation behind this change? [21:54] ochosi: I don't know about appropriate, but bluesabre already committed a change in -settings. The macro name hasn't changed, this just allows one to specify multiple dirs, or that's what it should do. In theory both should work fine, but looking at the two releases this was the only thing different, so I tried it and it "solved" the problem. [21:54] I'm sorry I can't explain it, but I don't even remotely know autotools or why it doesn't work as it should.