From cc9923e4237bcc3dd5a10acece4cb8e53f07e27c Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 23 Jun 2002 18:57:07 +0000 Subject: [PATCH] Dist the bootstrap.sh script, so people more easily can do development without having to use CVS --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3