When I do a ./configure, I do get 

./configure: line 1848: syntax error near unexpected token `in'
./configure: line 1848: `for ac_func in '

This don't make sence (well, I'm not a programer ;-)
---
for ac_func in        # <-- Hmmm, 'in' what?
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1852: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
---

Removing the "in" from line 1848 seems to solve the problem.
-- 
--------------------------------------------
IDG New Media        Einar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:              eibo(at)newmedia.no
Lat: 59.91144 N      Lon: 10.76097 E
--------------------------------------------

----- Original Message ----- 
From: "Ken Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 11:36 PM
Subject: [announcement] VQadmin new version 1.3 available


> 
> A new version of vqadmin is now available.
> 
> vqadmin-1.3
> Virtual Qmail Web Administrator (VqAdmin) is a CGI Web program to 
> allow virtual email hosting machine administators to add, delete, 
> and modify virtually hosted email domains and users using vpopmail. 
> Authentication is provided by ACLs and the Apache htpasswd method.
> Machine Administrators can add/delete virtual email domains, and 
> tech users can admin user email accounts such as setting passwords, 
> disk quotas, and privileges. 
> 
> Requires:
> qmail http://cr.yp.to/qmail.html
> vpopmail http://www.inter7.com/vpopmail/
> 
> Changes
> http://www.vpopmail.cx/vqadmin-ChangeLog
> 
> Download
> http://www.vpopmail.cx/vqadmin-1.3.tar.gz
> 
> Changes:
> 1) fixed problem with creating new domains
> 
> 2) Added autoconf / automake scripts.
>    The install procedure is now:
>     ./configure
>     make
>     make install
> 
> 3) Added support for creating virtual email domains
>    under any /etc/passwd user. The default is vpopmail.
> 
> 4) configure/Makefile automatically detects which
>    libraries and headers to link.
> 
> 5) New INSTALL documentation
> 
> Cheers,
> Ken Jones
> inter7
> 

Reply via email to