Re: AC_PACKAGE_VERSION visibility slightly changed in autoconf-2.69c. Bug or feature?

2020-10-21 Thread Sergei Trofimovich
On Wed, 21 Oct 2020 09:15:41 -0400 Zack Weinberg wrote: > On Tue, Oct 20, 2020 at 4:57 PM Nick Bowler wrote: > > On 2020-10-20, Sergei Trofimovich wrote: > > > Initial bug is reported as autoconf failure on ghc-8.8.4: > > > https://bugs.gentoo.org/750191 >

AC_PACKAGE_VERSION visibility slightly changed in autoconf-2.69c. Bug or feature?

2020-10-20 Thread Sergei Trofimovich
Initial bug is reported as autoconf failure on ghc-8.8.4: https://bugs.gentoo.org/750191 There autconf 2.69 works, 2.69c does not. Here is the minimal example: OK: $ cat configure.ac AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.1.0], [glasgow-haskell-b...@haskell.org],

AC_CHECK_HEADER/AC_CHECK_DECL 2.69->2.69c probably changed quoting, breaks gimp as "...: ${+y}: bad substitution"

2020-10-25 Thread Sergei Trofimovich
The failure initially observed on gimp-2.10.22 source and fails the same way on gimp from git. Smaller example extracted from https://gitlab.gnome.org/GNOME/gimp/-/blob/master/configure.ac#L2131 $ cat configure.ac AC_INIT([GIMP], [gimp_version],

Re: AC_CHECK_HEADER/AC_CHECK_DECL 2.69->2.69c probably changed quoting, breaks gimp as "...: ${+y}: bad substitution"

2020-10-25 Thread Sergei Trofimovich
On Sun, 25 Oct 2020 09:54:42 -0400 Zack Weinberg wrote: > On Sun, Oct 25, 2020 at 9:13 AM Sergei Trofimovich wrote: > ... > > gimp's use of macros looks underquoted > > Yes, this is an underquotation problem, and also a "macros that use > AC_REQUIRE internally are n

[sr #110382] In autoconf-2.69d AC_LANG_SOURCE implicitly includes '#include "confdefs.h"'

2020-11-25 Thread Sergei Trofimovich
Follow-up Comment #1, sr #110382 (project autoconf): I attempted to fix in `apr` by using `AC_LANG_PROGRAM` as https://github.com/apache/apr/pull/25 ___ Reply to this item at:

[sr #110382] In autoconf-2.69d AC_LANG_SOURCE implicitly includes '#include "confdefs.h"'

2020-11-24 Thread Sergei Trofimovich
URL: Summary: In autoconf-2.69d AC_LANG_SOURCE implicitly includes '#include "confdefs.h"' Project: Autoconf Submitted by: slyfox Submitted on: Ср 25 ноя 2020 07:53:31 Category:

[sr #110367] AC_FUNC_STRERROR_R regression on autoconf-2.69d compared to 2.69

2020-11-08 Thread Sergei Trofimovich
Follow-up Comment #2, sr #110367 (project autoconf): [comment #1 комментарий №1:] > This should have been fixed by https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=c8b3f6987a7bbfe15ce2c2f04f308a6abc263d04 . Please try again with git trunk. If that doesn't fix it, please upload the

[sr #110367] AC_FUNC_STRERROR_R regression on autoconf-2.69d compared to 2.69

2020-11-08 Thread Sergei Trofimovich
URL: Summary: AC_FUNC_STRERROR_R regression on autoconf-2.69d compared to 2.69 Project: Autoconf Submitted by: slyfox Submitted on: Вс 08 ноя 2020 12:21:29 Category: None

[sr #110369] AC_PROG_CC_C99 is not recognized as empty macro

2020-11-11 Thread Sergei Trofimovich
Follow-up Comment #1, sr #110369 (project autoconf): Forgot the detail: - autoconf-2.69 generates working shell - autoconf-2.69d generates the shell with failure ___ Reply to this item at:

[sr #110369] AC_PROG_CC_C99 is not recognized as empty macro

2020-11-11 Thread Sergei Trofimovich
URL: Summary: AC_PROG_CC_C99 is not recognized as empty macro Project: Autoconf Submitted by: slyfox Submitted on: Ср 11 ноя 2020 08:22:41 Category: None

[sr #110377] AC_CACHE_CHECK is affected by 's' variable override.

2020-11-16 Thread Sergei Trofimovich
URL: Summary: AC_CACHE_CHECK is affected by 's' variable override. Project: Autoconf Submitted by: slyfox Submitted on: Mon 16 Nov 2020 11:42:31 AM UTC Category: None

[sr #110377] AC_CACHE_CHECK is affected by 's' variable override.

2020-11-16 Thread Sergei Trofimovich
Follow-up Comment #2, sr #110377 (project autoconf): Your fix helped, thank you! The only other tweak I had to do was to avoid here-document split across multiple expressions: AS_IF([! $CC -E -xc -

Re: AC_PACKAGE_VERSION visibility slightly changed in autoconf-2.69c. Bug or feature?

2020-10-20 Thread Sergei Trofimovich
On Tue, 20 Oct 2020 16:57:16 -0400 Nick Bowler wrote: > Hi, > > On 2020-10-20, Sergei Trofimovich wrote: > > Initial bug is reported as autoconf failure on ghc-8.8.4: > > https://bugs.gentoo.org/750191 > > There autconf 2.69 works, 2.69c does not. >

[sr #110521] autom4te does not always update cache, breaks if change happens within 1 second

2021-08-01 Thread Sergei Trofimovich
URL: Summary: autom4te does not always update cache, breaks if change happens within 1 second Project: Autoconf Submitted by: slyfox Submitted on: Вс 01 авг 2021 18:55:15

[sr #110561] autoconf: store autom4te request keys in sorted order

2021-11-07 Thread Sergei Trofimovich
URL: Summary: autoconf: store autom4te request keys in sorted order Project: Autoconf Submitted by: slyfox Submitted on: Sun 07 Nov 2021 04:02:37 PM UTC Category: None

[sr #110990] AS_IF / AC_CHECK_LIB generates invalid shell on editline-1.17.1

2023-12-23 Thread Sergei Trofimovich
/Linux ___ Follow-up Comments: --- Date: Sat 23 Dec 2023 06:24:04 PM UTC By: Sergei Trofimovich Noticed seeming autoconf-2.72 regression when was building https://github.com/troglobit/editline/blob/master/configure.

[sr #110990] AS_IF / AC_CHECK_LIB generates invalid shell on editline-1.17.1

2023-12-23 Thread Sergei Trofimovich
Follow-up Comment #2, sr#110990 (group autoconf): Yeah, adding extra quotes around the second argument of `AS_IF()` does work. Thank you! ___ Reply to this item at:

[sr #110990] AS_IF / AC_CHECK_LIB generates invalid shell on editline-1.17.1

2023-12-23 Thread Sergei Trofimovich
Follow-up Comment #3, sr#110990 (group autoconf): Proposed `editline` change to adapt to `autoconf-2.72` as https://github.com/troglobit/editline/pull/64 ___ Reply to this item at: