Path: utzoo!attcan!uunet!cos!pae From: pae@cos.com (Paul A. Ebersman) Newsgroups: comp.mail.elm Subject: Re: Configure Glitch Message-ID: <10569@cos.com> Date: 16 Nov 88 14:35:56 GMT References: <312@drd.UUCP> Distribution: na Organization: Corporation for Open Systems, McLean, VA Lines: 16 > BSD) > osdefine="-DBSD" > lib2="-lcurses" > if [ $sequent != 1 ] ; then > getopt="" This is a bug in Configure that I believe was in patch01 for elm2.1. The problem is that $sequent is null, and if it is not in double quotes, the test statement thinks it is missing an argument. If this is not in patch01, just put double qoutes around all variables that don't have them. -- Paul A. Ebersman @ Corporation for Open Systems pae@cos.COM or pae%cos.com@uunet.uu.net or {uunet, sundc, hadron}!cos!pae ( The difference between practice and theory in practice is always greater than the difference between practice and theory in theory. )