From cc2160de5cc05dc3aa77f3a34358e66f6193c8c9 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 26 Jun 2012 20:35:30 +0200 Subject: Add support for AAC. --- faad2/src/bootstrap | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 faad2/src/bootstrap (limited to 'faad2/src/bootstrap') diff --git a/faad2/src/bootstrap b/faad2/src/bootstrap new file mode 100644 index 0000000..79748cd --- /dev/null +++ b/faad2/src/bootstrap @@ -0,0 +1,17 @@ +#! /bin/sh + +case $OSTYPE in + darwin*) + LIBTOOLIZE=glibtoolize + ;; + *) + LIBTOOLIZE=libtoolize + ;; +esac + +aclocal -I . && \ +autoheader && \ +$LIBTOOLIZE --automake --copy && \ +automake --add-missing --copy && \ +autoconf && \ +echo "Ready to run ./configure" -- cgit v1.2.3