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

Proposed by Neil Mayhew
Status: Superseded
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
Xpad Administrators Pending
Review via email: mp+497174@code.launchpad.net

This proposal has been superseded by a proposal from 2025-12-09.

To post a comment you must log in.

Unmerged commits

637c7b5... by Neil Mayhew

Add AC_CONFIG_MACRO_DIRS to squash autogen errors

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