aboutsummaryrefslogtreecommitdiff
path: root/utils/vlc_codec/autogen.sh
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2018-12-16 22:20:48 +0300
committerGitHub <noreply@github.com>2018-12-16 22:20:48 +0300
commit657c48c65cb312e6513a21696bec589cad03aa01 (patch)
tree199ba745257368269416fe8416f9f41b834cb2da /utils/vlc_codec/autogen.sh
parent7babcc0b2c91ace40a74154790f4e9f461e91c59 (diff)
parent16d2602e043eeb2398bb3be9bb4498228f221be1 (diff)
downloadlibADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.gz
libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.bz2
libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.zip
Merge pull request #198 from Flamefire/Cmake_Cleanup
CMake cleanup
Diffstat (limited to 'utils/vlc_codec/autogen.sh')
-rwxr-xr-xutils/vlc_codec/autogen.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/vlc_codec/autogen.sh b/utils/vlc_codec/autogen.sh
deleted file mode 100755
index 57eeb94..0000000
--- a/utils/vlc_codec/autogen.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-if [ -x "`which autoreconf 2>/dev/null`" ] ; then
- exec autoreconf -ivf
-fi
-
-LIBTOOLIZE=libtoolize
-SYSNAME=`uname`
-if [ "x$SYSNAME" = "xDarwin" ] ; then
- LIBTOOLIZE=glibtoolize
-fi
-aclocal -I m4 && \
- autoheader && \
- $LIBTOOLIZE && \
- autoconf && \
- automake --add-missing --force-missing --copy