bug#68179: Re: automake-1.16j on OpenBSD

2024-02-22 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-20 12:44: Bogdan wrote: Right. And, as I suspected, nothing in any LIBS, LD*, no libobjc found. Does it work if you put AC_LANG([Objective C]) somewhere between the lines cat >> configure.ac << 'END' and the first END follo

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-19 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-19 01:44: Hello Bogdan, Can you tell us what actually "c++" is on your system? Like e.g. run "c++ --version" or "c++ --help"? $ c++ --version OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.4 Thread model: posix InstalledD

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-19 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-19 01:33: Hello Bogdan, Thank you for dealing with the Automake support. Thank you for testing :) 2) t/strip2 - could you check if you have the STRIPPROG environment variable set and, if yes, unset it (or, at least, remove the "--verbose" parameter from

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-18 Thread Bogdan via Bug reports for Automake
have and can you upgrade that? I suspect it's not passing the required libraries. If it's the newest version, can you attach the config.log file? -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-13 Thread Bogdan via Bug reports for Automake
test? 3) t/yacc-mix-c-cxx - can you apply the attached patch and re-run the test? -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4as

bug#68832: [PATCH] Testing: POSIX yacc and C++ linkage

2024-02-06 Thread Bogdan via Bug reports for Automake
to reformat if needed (indents, empty lines, etc.). -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4asm www.Xiph.org www.TorProject

bug#68119: [GNU automake 1.16.5] test-suite 45 tests failed

2024-01-28 Thread Bogdan via Bug reports for Automake
Hello. The attached patch fixes the tests for Python 3.12 (and, hopefully later ones), while still keeping them working for earlier versions. A simple fix. Could perhaps be written better (like in a single Python script), but this is enough. -- Regards - Bogdan ('bogdro') D

bug#54020: Allow user-defined libtool options

2024-01-18 Thread Bogdan via Bug reports for Automake
Mike Frysinger , 2024-01-17 06:04: On 14 Jan 2024 18:55, Bogdan wrote: Mike Frysinger , 2024-01-14 02:06: On 13 Jan 2024 22:29, Bogdan wrote: Mike Frysinger , 2024-01-13 07:19: On 15 Mar 2023 17:31, Bogdan wrote: Another patch from my side. This one makes it possible for users to pass

bug#54020: Allow user-defined libtool options

2024-01-14 Thread Bogdan via Bug reports for Automake
Mike Frysinger , 2024-01-14 02:06: On 13 Jan 2024 22:29, Bogdan wrote: Mike Frysinger , 2024-01-13 07:19: On 15 Mar 2023 17:31, Bogdan wrote: Another patch from my side. This one makes it possible for users to pass additional options to libtool in 'compile' mode. Fixes #54020. Added

bug#54020: Allow user-defined libtool options

2024-01-13 Thread Bogdan via Bug reports for Automake
Mike Frysinger , 2024-01-13 07:19: On 15 Mar 2023 17:31, Bogdan wrote: Another patch from my side. This one makes it possible for users to pass additional options to libtool in 'compile' mode. Fixes #54020. Added documentation and a test case including the '-no-suppress' option. All

bug#8362: make install prefix inserted in source code with generated python files

2024-01-13 Thread Bogdan via Bug reports for Automake
Mike Frysinger , 2024-01-13 07:26: On 21 Mar 2023 23:05, Bogdan wrote: Third, and most important (I think) is that we need to note that "prog/x.py" is GENERATED, but is NOT marked so. Adding BUILT_SOURCES = prog/x.py i don't think this is a correct use of BUILT_SOUR

[bug#54412] [bug#64837] Fix Python on Debian

2024-01-09 Thread Bogdan via Patches for Automake
) fixes the issue. I'm also attaching a "double-safe" version, with a simple try-except added, falling back to the old default, just in case. Also tested, also fixes the issue. You can apply whichever you choose. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS

bug#64837: [bug#54412] [bug#64837] Fix Python on Debian

2024-01-09 Thread Bogdan via Bug reports for Automake
) fixes the issue. I'm also attaching a "double-safe" version, with a simple try-except added, falling back to the old default, just in case. Also tested, also fixes the issue. You can apply whichever you choose. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS

bug#68141: automake-1.16j on Ubuntu

2024-01-01 Thread Bogdan via Bug reports for Automake
Karl Berry , 2023-12-31 00:37: FAIL: t/python-prefix Log file is attached. I think it is the same issue as reported at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64837 . Thanks for the report. I hope Mike or Bogdan can look at it. I have trouble discerning fixes

[bug#65600] [PATCH] Allow parameters AM_PROG_LEX

2023-09-06 Thread Bogdan
test, no problem. -k P.S. Bogdan, sorry that I wasn't thinking more clearly when I asked you to write the more complicated version. No problem, new "experience points" earned :). M4 and all Autoconf macros (knowledge about their existence) are still a bit out of my range.

[bug#65600] [PATCH] Allow parameters AM_PROG_LEX

2023-09-01 Thread Bogdan
Karl Berry , Fri Sep 01 2023 00:28:04 GMT+0200 (Central European Summer Time) One way to maintain compatibility Thank you very much, Nick. That is all excellent to know. Bogdan: I will adjust the patch, one way or another. Nothing more for you to do here after all :). --thanks, karl

[bug#65600] [PATCH] Allow parameters AM_PROG_LEX

2023-08-29 Thread Bogdan
g whatever that doesn't result in an error, so you may change the code as needed (m4_define, m4_warn, m4_expand). Test for the parameters is added. All tests matching *lex*sh pass. +11-20s to testing time. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (

bug#19614: Split packaging invocation to catch errors

2023-07-18 Thread Bogdan
Nick Bowler , Tue Jul 18 2023 08:55:53 GMT+0200 (Central European Summer Time) On 2023-07-17, Karl Berry wrote: Hi Dimitrios, Bogdan - back on this bug from 2015 (sorry): https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19614 Bogdan sent a patch that splits the tar and compress

bug#54063: automake cannot run without generated Texinfo manual

2023-07-15 Thread Bogdan
not just the code but also asking "is this the way it should work?". -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/s

bug#54063: automake cannot run without generated Texinfo manual

2023-07-14 Thread Bogdan
Karl Berry , Fri Jul 14 2023 00:34:39 GMT+0200 (Central European Summer Time) Bogdan, Pat, Gavin, all - back on this bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54063 Subject: bug#54063: - special case] Try .texi.in when .texi missing Bogdan - the basic idea of your patch

bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e. Windows)

2023-04-23 Thread Bogdan
Karl Berry , Fri Apr 21 2023 23:57:12 GMT+0200 (Central European Summer Time) Thanks for the report, Dan, and for looking into this, Bogdan. #!User bins/perl Apart from anything else, this cannot be solved. Shebang lines do not support quoting. Thus I think what we should do

bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e. Windows)

2023-04-21 Thread Bogdan
ou headaches with all those scripts which have "#!/bin/bash" or just "bash". -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.

Re: faster tests [was: rhel8 test failure confirmation?]

2023-04-18 Thread Bogdan
Karl Berry , Mon Apr 17 2023 22:16:38 GMT+0200 (Central European Summer Time) Hi Bogdan, Then, I analysed the files and added the trick from t/backcompat2.sh (if possible) and/or removed the extra calls to $ACLOCAL (if possible). Thanks much for looking into this. Short version

bug#23639: Half bug

2023-04-16 Thread Bogdan
], so that they are not sensitive to include order. " [1] https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdr

bug#31126: [PATCH][bug#31126] GNU Automake 1.16.1 fails 21 tests on Solaris 10 sparcv9

2023-04-16 Thread Bogdan
and 55073. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4asm www.Xiph.org www.TorProject.org www.LibreOffice.org www.GnuPG.org

bug#30612: [PATCH][bug#30612] [automake-1.16] make check fails on Solaris 11.3 x86

2023-04-16 Thread Bogdan
Hi. Problem fixed by the patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.eva

bug#15256: [PATCH][bug#15256] GNU Automake 1.14 : FAIL 6 on Solaris 10 Sparc v9

2023-04-16 Thread Bogdan
Hi. About t/yacc-cxx, t/yacc-d-cxx and t/yacc-mix-c-cxx: fixed by the patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN):

[bug#62886] Unnecessary bug registered

2023-04-16 Thread Bogdan
The bugtracker erroneously thought my previous mail was a new bug report... To be closed/deleted, just like https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60419. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.eva

bug#45205: GNU Automake - testsuite failures on Solaris

2023-04-16 Thread Bogdan
not the way it's supposed to. Sure, it can also be a problem in the tests themselves, but I don't see why they would succeed on a Linux and fail on a Solaris/SunOS. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/i

[bug#62886] [PATCH][bug 34151, 42393, 44795, 49755, 45205, 55073] Fix lex/yacc C++ tests on Solaris/SunOS

2023-04-16 Thread Bogdan
unately, these parts are just problems with the tests themselves, not with Automake in general. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.e

bug#55073: [PATCH][bug 34151, 42393, 44795, 49755, 45205, 55073] Fix lex/yacc C++ tests on Solaris/SunOS

2023-04-16 Thread Bogdan
unately, these parts are just problems with the tests themselves, not with Automake in general. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.e

bug#20987: Replacing "15 Support for test suites" in the Automake manual

2023-04-10 Thread Bogdan
the name of the interpreter for the language Perl, - write "Perl interpreter" instead of "perl compiler". Someone who is native in English, and preferably also technical, should do an even deeper review of the file. My knowledge about testing is also limited. -- Regar

Re: faster tests [was: rhel8 test failure confirmation?]

2023-04-09 Thread Bogdan
Bogdan , Tue Apr 04 2023 21:51:52 GMT+0200 (Central European Summer Time) Karl Berry , Mon Apr 03 2023 02:08:22 GMT+0200 (Central European Summer Time) # A trick to make the test run muuuch faster, by avoiding repeated # runs of aclocal (one order of magnitude improvement in speed

Re: rhel8 test failure confirmation?

2023-04-04 Thread Bogdan
k TESTS=...') and do the actual measurements :). I was hoping to have more time for this, but unfortunately, I got busy with other things and this may have to wait a bit. Maybe this week, maybe the next... -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86

Re: rhel8 test failure confirmation?

2023-04-04 Thread Bogdan
Karl Berry , Mon Apr 03 2023 02:08:23 GMT+0200 (Central European Summer Time) I modified my autom4te using the attached patch, Thank you very very much for finding this, Bogdan. :) Hope it saved some headaches :) I'm glad that Paul has already installed it in Autoconf. I can't

Re: faster tests [was: rhel8 test failure confirmation?]

2023-04-04 Thread Bogdan
.m4 to be correct. Certainly the tests that add or remove macro calls to or from configure.ac need to have aclocal.m4 up-to-date and so they need to run aclocal after each modification, as I see it. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GN

Re: rhel8 test failure confirmation? [PATCH for problem affecting Automake testsuite]

2023-04-01 Thread Bogdan
ffect" (as Karl Berry mentioned when starting the thread). Bogdan appears to have traced the issue to autom4te caching and offered a patch.  I have attached a copy of Bogdan's patch. Bogdan's patch is a subtle change:  the cache is now considered stale unless it is /newer/ than the source fil

Re: rhel8 test failure confirmation?

2023-03-31 Thread Bogdan
Bogdan , Sun Mar 05 2023 22:31:55 GMT+0100 (Central European Standard Time) Karl Berry , Sat Mar 04 2023 00:00:56 GMT+0100 (Central European Standard Time) Note that 'config.h' is older (4 seconds) than './configure', which shouldn't be the case as it should get updated with new

bug#30556: [PATCH] Python tests should run with multiple python versions

2023-03-27 Thread Bogdan
Karl Berry , Mon Mar 27 2023 00:47:18 GMT+0200 (Central European Summer Time) Subject: bug#30556: [PATCH] Python tests should run with multiple python versions Thanks Bogdan (for this and other recent patches). Glad to help. :) I guess this got fixed in the repository

bug#30556: [PATCH] Python tests should run with multiple python versions

2023-03-26 Thread Bogdan
ests that were doing wrong. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4asm www.Xiph.org www.TorProject.org www.LibreOffic

bug#9587: [PATCH] Automake claims $(*F), $(

2023-03-23 Thread Bogdan
t know if "$(<:.foo=.bar)" should be allowed, but that seems to be taken care of in lib/Automake/Variable.pm:scan_variable_expansions anyway (resulting in just "<" in this example). Fixes bug#9587. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & F

bug#24507: [PATCH] noinst_PYTHON breaks uninstall of Python files

2023-03-22 Thread Bogdan
a similar case - bug#10995 ("am__py_compile doesn't get correctly defined when there a 'noinst_PYTHON' declaration precedes a 'foo_PYTHON' declaration"), that's probably why "am__py_compile" is in its own "?FIRST?" block at the top now. No other language XX.am files seem to have

bug#8362: make install prefix inserted in source code with generated python files

2023-03-21 Thread Bogdan
utomake, you can use the attached patch, it seems to fix the issue. But, this is something I don't recommend, because next we'll be adding each and every language/script group to the 'all' target and that's probably not the point. That's why I'm not formatting the patch as I should be. -- Regards -

bug#29188: [PATCH] texi2dvi usage doesn't work with

2023-03-20 Thread Bogdan
Gavin Smith , Sun Mar 19 2023 19:52:15 GMT+0100 (Central European Standard Time) On Sun, Mar 19, 2023 at 05:57:19PM +0100, Bogdan wrote: Anyway, I just provide code the way I'd do it. It's up to "someone higher up", like you, to make the decision if the patch is to be merged, modi

bug#29188: [PATCH] texi2dvi usage doesn't work with

2023-03-20 Thread Bogdan
Karl Berry , Mon Mar 20 2023 15:36:11 GMT+0100 (Central European Standard Time) Gavin, thanks for your comments. Always appreciated. Bogdan, thanks for the patch. I (or the mythical Someone Else) will look into it. My gut reaction is that it's good to make things work with old versions

bug#29188: [PATCH] texi2dvi usage doesn't work with

2023-03-19 Thread Bogdan
Gavin Smith , Sun Mar 19 2023 11:17:31 GMT+0100 (Central European Standard Time) On Sat, Mar 18, 2023 at 10:10:05PM +0100, Bogdan wrote: The problem was with "--build-dir=": the old texi2dvi (which is a shell script) splits "--build-dir=xxx" into "--build-d

bug#29188: [PATCH] texi2dvi usage doesn't work with

2023-03-18 Thread Bogdan
t/*info*.sh`") - verified - all 84 texi+txi+info tests work after the fix with old texinfo Yes, I downloaded texinfo 4.8 just for this purpose. So, the old texinfo, which doesn't support "--build-dir=" or the environment variables, should work without change, and the new texinfo

bug#19615: [PATCH] make dist tarball contains owner/group information from the build system

2023-03-15 Thread Bogdan
Hi. Please see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60419 for a possible solution. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.eva

bug#54020: Allow user-defined libtool options

2023-03-15 Thread Bogdan
to rename the variables, I just came up with the names LTCOMPILE_PREFLAGS and LTCOMPILE_POSTFLAGS, reflecting the positions where the variables are put and the mode they're used in. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):

Re: rhel8 test failure confirmation?

2023-03-05 Thread Bogdan
h the fix, of course). So, maybe it's not a problem of a NEW system by itself, just a FASTER system + 1-second resolution in 'autom4te'. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): ht

Re: rhel8 test failure confirmation?

2023-03-03 Thread Bogdan
Bogdan , Fri Mar 03 2023 14:56:07 GMT+0100 (Central European Standard Time) Bogdan , Fri Mar 03 2023 11:21:25 GMT+0100 (Central European Standard Time) Karl Berry , Wed Mar 01 2023 20:01:26 GMT+0100 (Central European Standard Time) Does anyone have access to an RHEL 8-based machine? Alma Linux

Re: rhel8 test failure confirmation?

2023-03-03 Thread Bogdan
Bogdan , Fri Mar 03 2023 11:21:25 GMT+0100 (Central European Standard Time) Karl Berry , Wed Mar 01 2023 20:01:26 GMT+0100 (Central European Standard Time) Does anyone have access to an RHEL 8-based machine? Alma Linux, Rocky Linux, original RHEL, or even (sort of) CentOS 8? It would be nice

Re: rhel8 test failure confirmation?

2023-03-03 Thread Bogdan
fig.h. Generated from config.h.in by configure. */ /* #undef PACKAGE */ /* #undef VERSION */ + LC_ALL=C + stat ./configure File: ./configure Size: 106382 Blocks: 208IO Block: 4096 regular file Device: 8,6 Inode: 6328331 Links: 1 Access: (0700/-rwx--) Uid: ( 1000/ bogdan)

Re: if vs. ifdef in Makefile.am

2023-03-02 Thread Bogdan
idea, it depends). -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4asm www.Xiph.org www.TorProject.org www.LibreOffice.org www.GnuPG.org

bug#20077: Allow more V= values for verbose output

2023-01-01 Thread Bogdan
, but just like other stuff. Note that this just switches verbosity off and on, doesn't pay any attention if the user would want e.g. more verbosity with V=99 than with V=1. Regards, Bogdan Drozdowski -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS,

bug#33573: Patch to replace symlinks with files

2023-01-01 Thread Bogdan
Karl Berry , Sat Dec 31 2022 03:30:42 GMT+0100 (Central European Standard Time) Hi Bogdan, Someone reported a bug for this, so I simply gave it a try. Thank you! I didn't realize you were working on some of the old bugs. That is great! :) To bring this one in particular to fruition

[bug#60419] Allow user-defined 'tar' options

2022-12-30 Thread Bogdan
to fix the issue themselves. This "bug report" can be merged with 19615 or simply deleted. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://

bug#19614: Split packaging invocation to catch errors

2022-12-30 Thread Bogdan
Regards, Bogdan Drozdowski -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/soft4asm www.Xiph.org www.TorProject.org www.LibreOffice.org www

bug#33573: Patch to replace symlinks with files

2022-12-30 Thread Bogdan
No problem - thanks for confirmation that they actually arrived. I thought the mails got lost in some black hole, because I'm not subscribed and I didn't see them in the mailing list's archive :). -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (

[bug#60419] Allow user-defined 'tar' options

2022-12-30 Thread Bogdan
can at least allow the user to specify the right options for him/her. Feel free to rename the options as needed (like prefix/suffix with "AM" or something). Regards, Bogdan Drozdowski -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (

bug#33573: Patch to replace symlinks with files

2022-12-29 Thread Bogdan
be needed on some systems). This may simplify the things for some users, although you may as well update the documentation to say that giving "--force-missing" would produce the same result. Regards, Bogdan Drozdowski -- Regards - Bogdan ('bogdro') D. (GNU/Linux &am

bug#54063: - special case] Try .texi.in when .texi missing

2022-12-27 Thread Bogdan
to use /dev/null in such simple case. The attached patch (with a test) should fix this issue. Hope I've done everything the right way. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN):