bug-autoconf
[Top][All Lists]
Advanced

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

Undue environmental influences


From: Rafe Yer
Subject: Undue environmental influences
Date: Sat, 29 Oct 2011 22:27:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.13) Gecko/20101001 SeaMonkey/2.0.8

When running ./configure (on more than one package I've noted) failure results if a function exists in the environment with a hyphen in it's name.

e.g. (at the bash prompt):

good-test-func(){
  echo That is all this func does ...
}

.... then later on ....

./configure

error

Configure fails !

Apparently ./configure parses the environment and upon encountering the function name with a dash(es) in it's name, blows a fuse ;)



reply via email to

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