]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
autoconf expects package names to be the logical name of the package, not
authorhno <>
Fri, 30 Nov 2001 23:06:32 +0000 (23:06 +0000)
committerhno <>
Fri, 30 Nov 2001 23:06:32 +0000 (23:06 +0000)
the "human" name.

configure.in

index 10017bcb248e40fd7c7467af7f566afe04f878b2..42f66194f7c8ac9160c1008edb0e51864c479aa1 100644 (file)
@@ -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