bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Cc: Thien-Thi Nguyen <ttn@gnuvola.org>
Subject: Re: libunistring version detection w/ "configure -C"
Date: Sun, 25 Jul 2021 15:28:45 +0200	[thread overview]
Message-ID: <10646074.tzxYLETAeK@omega> (raw)
In-Reply-To: <87czxrhdir.fsf@gnuvola.org>

Thien-Thi Nguyen wrote on 2021-01-26:
> At <https://bugs.gnunet.org/view.php?id=6722>, there is a patch
> to libunistring version detection w/ "configure -C".  Does that
> look right?  It seems strange to me.

I can not reproduce the problem: Configuring gnunet-0.14.1 with
  ./configure -C --with-libunistring-prefix=/gnu-inst-libunistring/0.9.10
twice in a row produces the same config.cache in each run, and the
second run succeeds just like the first one.

The patch is also nonsense because it introduces invalid shell
syntax in the configure script: It replaces the valid code

  if test ${gl_cv_libunistring_version+y}
  then :

with

  if { as_var=gl_cv_libunistring_version, gl_libunistring_hexversion; eval test \${$as_var+y}; }
  then :

I hope the author of that patch is not from the University of Minnesota...

Bruno



      reply	other threads:[~2021-07-25 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 16:24 libunistring version detection w/ "configure -C" Thien-Thi Nguyen
2021-07-25 13:28 ` Bruno Haible [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10646074.tzxYLETAeK@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    --cc=ttn@gnuvola.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).