shithub: aacdec

Download patch

ref: 776e8953fca4796a7b80e03784005f243d842395
parent: faea72241fabf4697cd59038c7938544edd3d0ef
author: menno <menno>
date: Tue Jul 27 05:02:46 EDT 2004

Attempt to fix linux compilation

--- a/bootstrap
+++ b/bootstrap
@@ -1,12 +1,12 @@
 #! /bin/sh
 
 case $OSTYPE in
-    darwin*)
+	darwin*)
 	LIBTOOLIZE=glibtoolize
 	;;
-    *)
+	*)
 	LIBTOOLIZE=libtoolize
-    ;;
+	;;
 esac
 
 aclocal -I .                   && \