Remove acconfig from the distribution file list - the use of accconfig.h is deprecate...
robs [Sat, 1 Sep 2001 00:55:26 +0000 (00:55 +0000)]
perl/Makefile.PL

index 9acd9bb..396a2b2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.17 2001/08/30 22:09:21 robs Exp $
+# $Id: Makefile.PL,v 1.18 2001/09/01 00:55:26 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 configure configure.in);
+@dist1 = qw(LICENSE.TERMS configure configure.in);
 @dist2 = qw(fcgiapp.c os_unix.c os_win32.c);
 @dist3 = (@h1, qw(fcgi_config.h.in fcgi_config_x86.h));