Remove reference to obsolete file - acconfig.h.
robs [Thu, 30 Aug 2001 02:19:30 +0000 (02:19 +0000)]
perl/Makefile.PL

index 48f4b62..cf013e8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.14 2001/08/29 18:57:44 robs Exp $
+# $Id: Makefile.PL,v 1.15 2001/08/30 02:19:30 robs Exp $
 
 use ExtUtils::MakeMaker;
 use IO::File;
@@ -9,7 +9,7 @@ use Getopt::Long;
 @h1 = qw(fastcgi.h fcgiapp.h fcgimisc.h fcgios.h);
 @h = (@h1, 'fcgi_config.h');
 @o = qw(FCGI.o);
-@dist1 = qw(LICENSE.TERMS acconfig.h);
+@dist1 = qw(LICENSE.TERMS);
 @dist2 = qw(fcgiapp.c os_unix.c os_win32.c);
 @dist3 = (@h1, qw(fcgi_config.h.in fcgi_config_x86.h));