[Mplayer-cvslog] CVS: main configure,1.434,1.435
Arpi of Ize
arpi at mplayerhq.hu
Wed Apr 24 03:54:40 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5465
Modified Files:
configure
Log Message:
fix system_name case
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- configure 23 Apr 2002 16:29:13 -0000 1.434
+++ configure 24 Apr 2002 01:54:37 -0000 1.435
@@ -315,6 +315,15 @@
esac
else
system_name=`echo $_target | cut -d '-' -f 2`
+ case "`echo $system_name | tr A-Z a-z`" in
+ linux) system_name=Linux ;;
+ freebsd) system_name=FreeBSD ;;
+ netbsd) system_name=NetBSD ;;
+ bsd/os) system_name=BSD/OS ;;
+ openbsd) system_name=OpenBSD ;;
+ sunos) system_name=SunOS ;;
+ qnx) system_name=QNX ;;
+ esac
host_arch=`echo $_target | cut -d '-' -f 1`
fi
More information about the MPlayer-cvslog
mailing list