Re: about cf.data.pre and squid compiling

From: Arthur Tumanyan <arthurtumanyan@dont-contact.us>
Date: Tue, 17 Jul 2007 00:54:17 -0700 (PDT)

Arthur Tumanyan wrote:
>
>
>
> Henrik Nordstrom-5 wrote:
>>
>> Did you also modify configure.in to add the new --enable option, and ran
>> bootstrap.sh?
>>
> Not yet.I'm looking for some information about how to do that.
> I will try tonight.
>
Hi Henrik.

After modification of 'configure.in' and ./bootstrap.sh execution I get
this message during configuring process:
----------------
checking host system type... i386-unknown-freebsd6.2
checking for pkg-config... /usr/local/bin/pkg-config
Store modules built: ufs
Removal policies built: lru
./configure: line 19836: syntax error: unexpected end of file
-----------------
I add this lines into configure.in :

AM_CONDITIONAL(ENABLE_SHAGA, false)
AC_ARG_ENABLE(shaga,
[ --enable-shaga Enable ShagaEngine support],
[ if test "$enableval" != "no"; then
    echo "ShagaEngine support enabled"
    AC_DEFINE(USE_SHAGA, 1, [Define this to include code for ShagaEngine.])
    AM_CONDITIONAL(ENABLE_SHAGA, true)
])
But not added the code yet..

What does this can mean?
I will try by other way.
It's may be result of incorrect space char in configue.in..

-- 
View this message in context: http://www.nabble.com/about-cf.data.pre-and-squid-compiling-tf4044722.html#a11644869
Sent from the Squid - Development mailing list archive at Nabble.com.
Received on Tue Jul 17 2007 - 01:54:21 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:06 MDT