On Mon, Jun 08, 2026 at 06:19:23PM +0200, Andreas Metzler wrote: > On 2026-06-06 Adrian Bunk <[email protected]> wrote: > > Control: tags 1126977 + pending > > > Dear maintainer, > > > I've prepared an NMU for macopix (versioned as 3.4.0+dfsg.1-4.3) and > > uploaded it to DELAYED/7. Please feel free to tell me if I should > > cancel it. > > > This improves the gettext 0.26 fix. > > [...] > > dnl for gettext > > ALL_LINGUAS="ja" > > -AM_GNU_GETTEXT > > ++AC_CONFIG_MACRO_DIR([m4]) > > +AM_GNU_GETTEXT_VERSION(0.20) > > +AM_GNU_GETTEXT([external]) > > +USE_INCLUDED_LIBINTL="no" > > diff -Nru macopix-3.4.0+dfsg.1/debian/rules > > macopix-3.4.0+dfsg.1/debian/rules > > --- macopix-3.4.0+dfsg.1/debian/rules 2026-06-04 19:21:37.000000000 > > +0300 > > +++ macopix-3.4.0+dfsg.1/debian/rules 2026-06-07 00:09:48.000000000 > > +0300 > > @@ -5,8 +5,7 @@ > > dh $@ --with autoreconf > > > override_dh_autoreconf: > > - env aclocal_include=-I/usr/share/gettext/m4 \ > > - dh_autoreconf $(CURDIR)/autogen.sh > > + dh_autoreconf $(CURDIR)/autogen.sh > [...] > > Hello Adrian, > > This patch seems to re-introduce the bug instead of improving the fix > > libtoolize: and rerunning libtoolize and aclocal. > 実行中... aclocal ... > configure.ac:217: warning: macro 'AM_ICONV' not found in library > configure.ac:224: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library > configure.ac:225: warning: macro 'AM_GNU_GETTEXT' not found in library > [...] > configure.ac:217: error: undefined or overquoted macro: AM_ICONV > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:224: error: undefined or overquoted macro: AM_GNU_GETTEXT_VERSION > configure.ac:225: error: undefined or overquoted macro: AM_GNU_GETTEXT
Works for me. Are you missing the AC_CONFIG_MACRO_DIR([m4]) my change adds? Note that I am patching an existing patch, you have to unapply the quilt patches before applying my change. > cu Andreas cu Adrian

