[vlc-devel] commit: Simplify ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Jun 13 17:09:13 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 13 17:09:10 2009 +0200| [c74014005f4d51a2bc9fdec493433ada6abde8e7] | committer: Felix Paul Kühne
Simplify
Reminded by Jan-Paul
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c74014005f4d51a2bc9fdec493433ada6abde8e7
---
extras/contrib/bootstrap | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 87cf4d1..85eb400 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -72,22 +72,19 @@ fi
case $HOST in
*powerpc*|*ppc*)
- echo "ARCH=ppc" >> config.mak
ARCH="ppc"
;;
*darwin10*)
- echo "ARCH=x86_64" >> config.mak
ARCH="x86_64"
;;
*86_64*)
- echo "ARCH=x86_64" >> config.mak
ARCH="x86_64"
;;
*86*)
- echo "ARCH=i386" >> config.mak
ARCH="i386"
;;
esac
+echo "ARCH = $ARCH" >> config.mak
# Check the HAVE_{OS}
case $HOST in
More information about the vlc-devel
mailing list