[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] [PATCH 1/1] attempt to configure in libcharset be
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] [PATCH 1/1] attempt to configure in libcharset before copy essential files |
Date: |
Sun, 05 Apr 2020 13:06:26 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-174-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
Petr Ovtchenkov wrote:
>
> cd libcharset && make -f Makefile.devel all
> make[3]: Entering directory '.../libiconv/libcharset'
> test -d autoconf || mkdir autoconf
> aclocal -I m4 --output=autoconf/aclocal.m4 && rm -rf autom4te.cache
> configure.ac:56: warning: macro 'AM_LANGINFO_CODESET' not found in library
> autoconf --include autoconf && rm -rf autom4te.cache
> configure.ac:56: error: possibly undefined macro: AM_LANGINFO_CODESET
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
Thanks for the report. Fixed through
https://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=commitdiff;h=cf59b934ecb056c2bd9342e0c84d19298883aadf
> Reconfiguration is called from end of autogen.sh.
Yes, but the point of Makefile.devel is that when I change the source code
in a way that does not require additional gnulib modules, I have a quick
way of rebuilding the package - without invoking gnulib-tool and without
requiring an internet connection. So, that part of Makefile.devel must
stay.
Bruno