From: hno <> Date: Sun, 23 Jun 2002 18:57:07 +0000 (+0000) Subject: Dist the bootstrap.sh script, so people more easily can do development X-Git-Tag: SQUID_3_0_PRE1~960 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9923e4237bcc3dd5a10acece4cb8e53f07e27c;p=thirdparty%2Fsquid.git Dist the bootstrap.sh script, so people more easily can do development without having to use CVS --- diff --git a/Makefile.am b/Makefile.am index 609c50e6e8..a0dcb6dbf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.8 2002/06/12 11:45:20 robertc Exp $ +# $Id: Makefile.am,v 1.9 2002/06/23 12:57:07 hno Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 @@ -30,4 +30,5 @@ EXTRA_DIST = \ INSTALL \ QUICKSTART \ README \ - SPONSORS + SPONSORS \ + bootstrap.sh