]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Don't dist autoconf.h (merged from Squid-2.5, thanks Robert)
authorhno <>
Mon, 6 May 2002 12:25:14 +0000 (12:25 +0000)
committerhno <>
Mon, 6 May 2002 12:25:14 +0000 (12:25 +0000)
Makefile.am

index 4bda5990fe19ae58b44f2af12c5972c682f529ee..68f7064a7741dfedb5a63c655c9cf5f606f1da6c 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.5 2001/12/27 13:09:35 hno Exp $
+# $Id: Makefile.am,v 1.6 2002/05/06 06:25:14 hno Exp $
 #
 
 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5
@@ -17,6 +17,7 @@ dist-hook:
            || exit 1; \
            cp -p $(srcdir)/$$subdir/*.h  $(distdir)/$$subdir \
              || exit 1; \
+           rm $(distdir)/$$subdir/autoconf.h; \
          fi; \
        done