[Mailman-Developers] [ mailman-Bugs-577685 ] sh syntax problem in configure

noreply@sourceforge.net noreply@sourceforge.net
Thu, 11 Jul 2002 15:30:35 -0700


Bugs item #577685, was opened at 2002-07-05 03:35
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=577685&group_id=103

Category: configuring/installing
Group: 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: sh syntax problem in configure

Initial Comment:
in 2.0.12 configure script includes a statement:

if [ "$?" == "1" ]
which should be in a traditional sh:

if [ "$?" = "1" ]

(Note single =, not double =)

configure fails on solaris 8 with double =, while
the error was ignored on FreeBSD.


----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-11 18:30

Message:
Logged In: YES 
user_id=12800

Note that that patch is against configure.in, so you'll need
to run autoreconf (or just patch configure by hand).  Let me
know if that's a problem.

----------------------------------------------------------------------

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-11 18:29

Message:
Logged In: YES 
user_id=12800

Let's try that again with the checkbox checked off. :/

----------------------------------------------------------------------

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-11 18:28

Message:
Logged In: YES 
user_id=12800

Can you please try the attached patch?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=577685&group_id=103