]> git.sesse.net Git - vlc/blobdiff - bindings/libvlcpp/autogen.sh
Move C++ binding to a new repository vlc/bindings/libvlcpp.git
[vlc] / bindings / libvlcpp / autogen.sh
diff --git a/bindings/libvlcpp/autogen.sh b/bindings/libvlcpp/autogen.sh
deleted file mode 100755 (executable)
index 8bfd6ab..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# ***********************************************************************
-# *  Copyright © 2010 Rémi Duraffort.                                   *
-# *  This program is free software; you can redistribute and/or modify  *
-# *  it under the terms of the GNU General Public License as published  *
-# *  by the Free Software Foundation; version 2 of the license.         *
-# *                                                                     *
-# *  This program 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 General Public License for more details.               *
-# *                                                                     *
-# *  You should have received a copy of the GNU General Public License  *
-# *  along with this program; if not, you can get it from:              *
-# *  http://www.gnu.org/copyleft/gpl.html                               *
-# ***********************************************************************
-
-set -xe
-
-cd "$(dirname "$0")"
-
-test -f src/libvlc.hpp || {
-       echo "You must run this script from your libvlcpp directory.">&2
-       exit 1
-}
-
-mkdir -p admin m4
-autoreconf -sfi
-
-set +x
-echo ""
-echo "Type \`./configure' to configure the package for your system"
-echo "(type \`./configure -- help' for help)."
-echo "Then you can use the usual \`make', \`make install', etc."
-