[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
udefined shell vars
From: |
Thien-Thi Nguyen |
Subject: |
udefined shell vars |
Date: |
Wed, 26 Jan 2022 22:47:23 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
I see in configure script output:
./configure: line 34058: test: =: unary operator expected
./configure: line 34061: test: =: unary operator expected
I traced this back to m4/gnulib-comp.m4:
if test $REPLACE_REALLOC_FOR_CALLOC_GNU = 1; then
func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec
fi
if test $REPLACE_REALLOC_FOR_CALLOC_POSIX = 1; then
func_gl_gnulib_m4code_682e609604ccaac6be382e4ee3a4eaec
fi
It seems those REPLACE...(GNU|POSIX) vars are not defined
(assigned with a value) anywhere in the configure script. When
i quote them "$REPLACE..." and re-run the configure script,
there is no more error. What am i missing?
--
Thien-Thi Nguyen -----------------------------------------------
(defun responsep (query) ; (2022) Software Libero
(pcase (context query) ; = Dissenso Etico
(`(technical ,ml) (correctp ml))
...)) 748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502
signature.asc
Description: PGP signature
- udefined shell vars,
Thien-Thi Nguyen <=