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

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

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


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

Line in autogen.sh:

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

will cause reconfiguration by autotools in libcharset,
but not all essential files are copied yet:

  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.

Reconfiguration is called from end of autogen.sh.
---
 Makefile.devel | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.devel b/Makefile.devel
index 129cd5e..8b33e41 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -27,8 +27,6 @@ all : srclib/Makefile.gnulib srclib/Makefile.in \
       lib/flags.h lib/translit.h \
       man/iconv.1.html man/iconv.3.html man/iconv_close.3.html 
man/iconv_open.3.html man/iconvctl.3.html man/iconv_open_into.3.html \
       force
-       cd libcharset && $(MAKE) -f Makefile.devel all
-
 
 # Before making a new release:
 # - check that the encoding lists in README and man/iconv_open.3 are up to 
date,
-- 
2.25.0.dirty




reply via email to

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