Merge ~neil.mayhew/xpad/+git/xpad-1:fix-am_gettext into xpad:master

Proposed by Neil Mayhew
Status: Merged
Merged at revision: 637c7b51f1b09a28553a926f594f626d363c526a
Proposed branch: ~neil.mayhew/xpad/+git/xpad-1:fix-am_gettext
Merge into: xpad:master
Diff against target: 12 lines (+1/-0)
1 file modified
configure.ac (+1/-0)
Reviewer Review Type Date Requested Status
Arthur Borsboom Approve
Review via email: mp+497175@code.launchpad.net

This proposal supersedes a proposal from 2025-12-09.

Description of the change

Add AC_CONFIG_MACRO_DIRS to squash autogen errors

To post a comment you must log in.
Revision history for this message
Arthur Borsboom (arthurborsboom) wrote :

Hi Neil, thanks for your merge request. I will have a look this week and
get back to you.
BR, Arthur

On Tue, 9 Dec 2025 at 19:47, Neil Mayhew <email address hidden>
wrote:

> Neil Mayhew has proposed merging
> ~neil.mayhew/xpad/+git/xpad-1:fix-am_gettext into xpad:master.
>
> Requested reviews:
> Xpad Administrators (xpad-team)
>
> For more details, see:
> https://code.launchpad.net/~neil.mayhew/xpad/+git/xpad-1/+merge/497175
>
> Add AC_CONFIG_MACRO_DIRS to squash autogen errors
> --
> Your team Xpad Administrators is requested to review the proposed merge of
> ~neil.mayhew/xpad/+git/xpad-1:fix-am_gettext into xpad:master.
>

Revision history for this message
Arthur Borsboom (arthurborsboom) wrote :

Lovely, it seems to fix the issue.
I will merge it.

Thanks for your help

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/configure.ac b/configure.ac
2index 047f55f..fc28eac 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -4,6 +4,7 @@
6 AC_INIT([Xpad],[5.9],[xpad-hackers@lists.launchpad.net])
7 AC_CONFIG_SRCDIR(src/xpad-app.c)
8 AC_CONFIG_HEADERS([config.h:config.h.in])
9+AC_CONFIG_MACRO_DIRS([m4])
10
11 # Checks for programs.
12 AC_USE_SYSTEM_EXTENSIONS

Subscribers

People subscribed via source and target branches