| Summary: | build fails due to missing IT_PROG_INTLTOOL macro | ||
|---|---|---|---|
| Product: | udisks | Reporter: | Seán de Búrca <leftmostcat> |
| Component: | general | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | Patch to allow macros to be copied automatically into build directory | ||
I can confirm the issue. The patch works for me. Committed. In the future please supply patches formatted with git-format-patch(1). Thanks. http://cgit.freedesktop.org/udisks/commit/?id=80adda7cc67a7783843990ab29f08eb7e42713a9 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 83548 [details] Patch to allow macros to be copied automatically into build directory When running autogen.sh in master, the intltool.m4 macro is never included in aclocal.m4. Attached is a patch to fix this by having gnome-autogen.sh create an m4/ directory and copy over the correct macros. I believe this is due to a change in the behavior of gnome-common (using autoreconf instead of replicating its behavior). According to the autoconf documentation, I believe this patch is the correct behavior.