On Wed, Feb 27, 2008 at 11:44 AM, Dave <[EMAIL PROTECTED]> wrote:

>  Hello,
>     I've got a fix for my ifolder posting compiling via svn. Briefly i'm
> trying to get ifolder server going on centos 5.1. I've downloaded simias
> and ifolder via svn, revision 6695 for simias and 6654 for ifolder. I ran
> autogen, make, and make install on simias and it went fine. In the ifolder
> folder i ran:
>
> ./autogen.sh --prefix=/usr/ --with-simiasdatadir=/var/lib/simias
> --sysconfdir=/etc/simias
> and ./configure failed with the following error:
>
> ./configure: line 3727: syntax error near unexpected token `external'
> ./configure: line 3727: `  AM_GNU_GETTEXT(external)'
>
> Googling on this showed me a fix. In the configure.in 6654 file got this i
> searched the configure.in file i found the line:
>
> AM_GNU_GETTEXT(external)
>
> changed it to:
>
> AM_GNU_GETTEXT="external"
>


Great that you found a solution! And by posting it here it's hopefully to
help for others as well.

Looking at the configure.in in the latest svn repo (6995), this line seems
to have been removed...

Cheers,
Leif
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to