bug-autoconf
[Top][All Lists]
Advanced

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

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


From: Sergei Trofimovich
Subject: [sr #110377] AC_CACHE_CHECK is affected by 's' variable override.
Date: Mon, 16 Nov 2020 13:05:19 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0

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 - <<SRC >/dev/null], [
        @%:@if defined __APPLE_CC__ && defined __clang_major__ &&
__clang_major__ < 3
        @%:@error premature clang
        @%:@endif
SRC
        AC_MSG_ERROR([clang version 3.0 or later is required])
    ])


Tried to fix it as https://github.com/ruby/ruby/pull/3773. I assume initial
for was never guaranteed to work.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110377>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

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