bug-gettext
[Top][All Lists]
Advanced

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

[bug #58892] 0.21: broken aclocal macros


From: Bruno Haible
Subject: [bug #58892] 0.21: broken aclocal macros
Date: Mon, 3 Aug 2020 17:27:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0

Follow-up Comment #7, bug #58892 (project gettext):

> how can I do this on my build system which has completely cut of public
network?
> I need to regenerate few things because you distributing whole tree with
broken libtool which trashes LTO.

Oh, you have a fix for libtool with '-ftlo'? I discussed this problem with
someone recently, and we both don't have a good solution. If you publish your
patch at https://savannah.gnu.org/projects/libtool and if I find it
reasonable, I'll apply it in my GNU packages (gettext and others), until there
is a new libtool release.

If all you do is to apply a patch to libtool.m4, you

1) need to apply it to `find . -name libtool.m4`, that is,

./m4/libtool.m4
./libtextstyle/m4/libtool.m4


2) Regenerate the configure files using the autoconf statements found in
autogen.sh and libtextstyle/autogen.sh:

(cd gettext-runtime/libasprintf && autoconf)
(cd gettext-runtime && autoconf)
(cd libtextstyle && autoconf)
(cd gettext-tools/examples && autoconf)
(cd gettext-tools && autoconf)
autoconf


This recipe should work with the current directory layout of gettext. It may
require adaptations if you want to use it in the long-term future.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58892>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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