bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnu-libiconv] [PATCH 0/1] attempt to configure in libcharset before


From: Petr Ovtchenkov
Subject: [bug-gnu-libiconv] [PATCH 0/1] attempt to configure in libcharset before copy essential files
Date: Sun, 5 Apr 2020 11:19:40 +0300

autogen.sh fail with:

...
  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.

This is beacause the line in autogen.sh:

  make -f Makefile.devel totally-clean all || exit $?

will cause reconfiguration by autotools in libcharset,
before essential files are copied.

Reconfiguration is called from end of autogen.sh.


Petr Ovtchenkov (1):
  attempt to configure in libcharset before copy essential files

 Makefile.devel | 2 --
 1 file changed, 2 deletions(-)

-- 
2.25.0.dirty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]