Alon Bar-Lev has uploaded a new change for review. Change subject: build: remove unneeded autogen.sh ......................................................................
build: remove unneeded autogen.sh Change-Id: I9508f49b6f44be6bb72e3d708c468defd38362ad Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M Makefile.am D autogen.sh 2 files changed, 0 insertions(+), 30 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/06/42406/1 diff --git a/Makefile.am b/Makefile.am index f109ec3..6606a39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,10 +57,6 @@ ovirt-host-deploy.spec \ $(NULL) -dist_noinst_SCRIPTS = \ - autogen.sh \ - $(NULL) - TMPREPOS = tmp.repos srpm: dist rm -fr "$(TMPREPOS)" diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 8b40a83..0000000 --- a/autogen.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# otopi -- plugable installer -# Copyright (C) 2012-2013 Red Hat, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# - -# you probably need: -# - autoconf -# - automake -# - gettext-devel - -autoreconf -ivf -- To view, visit https://gerrit.ovirt.org/42406 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9508f49b6f44be6bb72e3d708c468defd38362ad Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches