dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.274 2002/06/26 10:37:30 hno Exp $
+dnl $Id: configure.in,v 1.275 2002/07/01 15:51:32 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 2.6-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.274 $)dnl
+AC_REVISION($Revision: 1.275 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
if test -z "$EXEEXT"; then
CGIEXT=".cgi"
else
- CGIEXT="$EXEEXT"
+ # automake automatically adds .exe when installing binaries
+ CGIEXT=""
fi
+AC_SUBST(CGIEXT)
dnl this should be expanded to a list of platform sensible support requirements.
dnl (adding an option like --enable-cygwin-support doesn't make sense :]) - R Collins 2001
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.24 2002/06/23 13:32:23 hno Exp $
+# $Id: Makefile.am,v 1.25 2002/07/01 15:51:32 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
endif
SUBDIRS = fs repl auth
+CGIEXT = @CGIEXT@
INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
@OPT_PINGER@ \
$(DNSSERVER) \
$(UNLINKD) \
- cachemgr
+ cachemgr$(CGIEXT)
cf_gen_SOURCES = cf_gen.c defines.h
nodist_cf_gen_HEADER = cf_gen_defines.h
cf_gen.$(OBJEXT): cf_gen_defines.h
squidclient_SOURCES = client.c
+cachemgr__CGIEXT__SOURCES = cachemgr.c
EXTRA_squid_SOURCES = \
delay_pools.c \