Re: Interference between two installations of gnulib

2021-06-13 Thread Bruno Haible
Paul Eggert wrote: > > Having two separate configure scripts is undesirable, because that would > > increase the total configure time of the package (and people have already > > complained about the configure time). > > > > The same problem is seen also in GNU gettext and in GNU poke. I'm fixing i

Re: Interference between two installations of gnulib

2021-06-13 Thread Paul Eggert
On 4/11/21 12:32 PM, Bruno Haible wrote: Having two separate configure scripts is undesirable, because that would increase the total configure time of the package (and people have already complained about the configure time). The same problem is seen also in GNU gettext and in GNU poke. I'm fix

Re: Interference between two installations of gnulib

2021-04-18 Thread Bruno Haible
I wrote: > The problem is that the macro gl_STDIO_H_REQUIRE_DEFAULTS must only be > invoked, > never AC_REQUIREd. Hence all gl_STDIO_MODULE_INDICATOR invocations must also > only be invoked, never AC_REQUIREd. This deserves to be documented. 2021-04-18 Bruno Haible Add comments afte

Re: Interference between two installations of gnulib

2021-04-17 Thread Bruno Haible
These patches caused a build failure in GNU libunistring: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I../../../sources/libunistring/tests -I../lib -I.. -DIN_LIBUNISTRING_GNULIB_TESTS=1 -I. -I../../../sources/libunistring/tests -I.. -I../../../sources/libunistring/tests/.. -I../lib -I../../../sour

Re: Interference between two installations of gnulib

2021-04-12 Thread Reuben Thomas
On Sun, 11 Apr 2021 at 20:32, Bruno Haible wrote: > > Having two separate configure scripts is undesirable, because that would > increase the total configure time of the package (and people have already > complained about the configure time). > > The same problem is seen also in GNU gettext and i

Re: Interference between two installations of gnulib

2021-04-11 Thread Bruno Haible
Hi Reuben, > I have made two installations of gnulib in a project, because I am using > both relocatable-prog and relocatable-lib-lgpl. > > I have different modules installed for each, of course. > > I just had a problem where my library would not compile, because it was > missing setlocale_null

Interference between two installations of gnulib

2021-04-10 Thread Reuben Thomas
I have made two installations of gnulib in a project, because I am using both relocatable-prog and relocatable-lib-lgpl. I have different modules installed for each, of course. I just had a problem where my library would not compile, because it was missing setlocale_null.h. GNULIB_SETLOCALE_NULL