GNOME Bugzilla – Bug 796393
soup: drop intltoolize
Last modified: 2018-05-25 17:49:34 UTC
Created attachment 372393 [details] [review] soup: drop intltoolize intltool support was patched out in commit 1a456a9f, so this should no longer be needed. Would fail like this on a mingw cross-win64 build on debian 9. [(36/44) libsoup -> configure ] Running command 'gtkdocize && intltoolize --automake --copy && autoreconf --force --install --verbose' /bin/sh: 1: intltoolize: not found Recipe 'libsoup' failed at the build step 'configure' Not tested elsewhere.
Review of attachment 372393 [details] [review]: lgtm
And I forgot to add the bug link, but here it goes, let's see what breaks: commit 99ce1b90e255bdc6914a6e18c0e945ded5f6c655 (HEAD -> master) Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu May 24 21:35:49 2018 +0100 soup: drop intltoolize intltool support was patched out in commit 1a456a9f, so this should no longer be needed. Would fail like this on a mingw cross-win64 build on debian 9.4: [(36/44) libsoup -> configure ] Running command 'gtkdocize && intltoolize --automake --copy && autoreconf --force --install --verbose' /bin/sh: 1: intltoolize: not found Recipe 'libsoup' failed at the build step 'configure'