From: hno <> Date: Fri, 30 Nov 2001 23:06:32 +0000 (+0000) Subject: autoconf expects package names to be the logical name of the package, not X-Git-Tag: SQUID_3_0_PRE1~1257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ac48e6a4e1c53f4a8b01771287d06ececdbed6;p=thirdparty%2Fsquid.git autoconf expects package names to be the logical name of the package, not the "human" name. --- diff --git a/configure.in b/configure.in index 10017bcb24..42f66194f7 100644 --- a/configure.in +++ b/configure.in @@ -3,15 +3,15 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.250 2001/11/30 15:18:12 hno Exp $ +dnl $Id: configure.in,v 1.251 2001/11/30 16:06:32 hno Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) -AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL) +AM_INIT_AUTOMAKE(squid, 2.5-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.250 $)dnl +AC_REVISION($Revision: 1.251 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE