From 8e24bb22d0f5f35c97af75bffbe3ebf052604c9e Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 4 Apr 2019 16:43:51 -0700 Subject: Do not include config/configure.in into the release tarball Fixes #1176 Signed-off-by: Alexey Neyman --- bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 787966ed..6c3d6ae2 100755 --- a/bootstrap +++ b/bootstrap @@ -801,10 +801,10 @@ msg "*** Gathering the list of data files to install" scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue ;; - # Special hack for configure.in.in - replace with the file that configure + # # will produce. FIXME: create this file at the time of 'ct-ng build'. - config/configure.in.in) - f=config/configure.in + config/configure.in.in | config/configure.in) + continue ;; esac # Checks & substitutions above may result in duplicate files -- cgit v1.2.3