[Mailman-Users] configure fails on 2.0.12

Larry Rosenman ler at lerctr.org
Mon Jul 15 19:25:04 CEST 2002


On Mon, 2002-07-15 at 12:18, Dave Stern - Former Rocket Scientist wrote:
> Has anyone had problems running configure on mailman2.0.12?
> 2.0.11 builds fine but when I download 12 onto same box, I
> consistantly get 
> ...checking for CGI extensions... no
> ./configure: test: unknown operator ==
> 
> Is there a new requirement or a bad script?
> 
> To force the issue, I can copy all the config files from 2.0.11 as
> well as the Makefiles and it's happier...
It looked to me like a bad script.  There is one occurrence of a test
with ==. 

I made the following patch to my copy:

$ diff -c configure ../../mailman-2.0.12/configure   
*** configure   Tue Jul  2 11:30:50 2002
--- ../../mailman-2.0.12/configure      Thu Jul 11 09:22:24 2002
***************
*** 1498,1504 ****
  fp.close()
  EOF
  $PYTHON conftest.py
! if [ "$?" == "1" ]
  then
      exit
  fi
--- 1498,1504 ----
  fp.close()
  EOF
  $PYTHON conftest.py
! if [ "$?" = "1" ]
  then
      exit
  fi
$ 

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler at lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749






More information about the Mailman-Users mailing list