[squid-users] autoconf

From: Atul Aneja <atulnaneja@dont-contact.us>
Date: Thu, 16 May 2002 03:34:22 -0700 (PDT)

 Hello All,

I have only basic knowledge in linux so sorry for this question.

I checkout a s_2.5 code from CVS and i found there is no configure and Makefile.in

When i run autoconf it created configure file but when i look into the file i was able to see

AM_CONDITIONAL(USE_SNMP, false)

but it should be

if false; then
  USE_SNMP_TRUE=
  USE_SNMP_FALSE='#'
else
  USE_SNMP_TRUE='#'
  USE_SNMP_FALSE=

What is the problem do i need to give any command line option or any file is missing in this CVS checkout

Thanks

Regards

Atul

 

---------------------------------
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
Received on Thu May 16 2002 - 04:34:24 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:08 MST