diff options
Diffstat (limited to 'faad2/src/bootstrap')
-rw-r--r-- | faad2/src/bootstrap | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/faad2/src/bootstrap b/faad2/src/bootstrap deleted file mode 100644 index 79748cd..0000000 --- a/faad2/src/bootstrap +++ /dev/null @@ -1,17 +0,0 @@ -#! /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"
|