From d60536e3f2fceb4f6a443db040c6542a02ad48d2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 10 Feb 2019 17:50:35 +0000 Subject: [PATCH] Remove bootstrap.sh This isn't really needed. It's autoreconf -fi, which is what the README already lists. Just run that. --- bootstrap.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100755 index a5dc181..0000000 --- a/bootstrap.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# Copyright (c) 2017 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -autoreconf -fi