bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* libunistring version detection w/ "configure -C"
@ 2021-01-26 16:24 Thien-Thi Nguyen
  2021-07-25 13:28 ` Bruno Haible
  0 siblings, 1 reply; 2+ messages in thread
From: Thien-Thi Nguyen @ 2021-01-26 16:24 UTC (permalink / raw)
  To: bug-gnulib

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]


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.

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2021) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 219 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libunistring version detection w/ "configure -C"
  2021-01-26 16:24 libunistring version detection w/ "configure -C" Thien-Thi Nguyen
@ 2021-07-25 13:28 ` Bruno Haible
  0 siblings, 0 replies; 2+ messages in thread
From: Bruno Haible @ 2021-07-25 13:28 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Thien-Thi Nguyen

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-25 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 16:24 libunistring version detection w/ "configure -C" Thien-Thi Nguyen
2021-07-25 13:28 ` Bruno Haible

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).