[Mplayer-cvslog] CVS: main configure,1.104,1.105

Jürgen Keil jkeil at mplayer.dev.hu
Sat Jul 14 19:05:26 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv10402

Modified Files:
	configure 
Log Message:
Some minor comment fixes.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- configure	13 Jul 2001 19:49:15 -0000	1.104
+++ configure	14 Jul 2001 17:05:23 -0000	1.105
@@ -101,8 +101,8 @@
 
 # Check how echo works in this /bin/sh
 case `echo -n` in
--n)     _echo_n=   _echo_c='\c';;
-*)      _echo_n=-n _echo_c=;;
+-n)     _echo_n=   _echo_c='\c';;	# seems to be a SysV echo
+*)      _echo_n=-n _echo_c=;;		# OK, a BSD style echo
 esac
 
 
@@ -184,6 +184,8 @@
 echo "Please wait while ./configure discovers your software and hardware environment!"
 
 
+# Determine our OS name and CPU architecture
+
 system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS
 host_arch=`uname -p 2>&1`   # host's instruction set or processor type
 case "$host_arch" in
@@ -197,7 +199,7 @@
     ;;
 esac
 
-# Determine our OS name and OS dependent libs
+# Determine OS dependent libs
 
 if [ "$system_name" = "FreeBSD" ]; then
     _archlibs="-rdynamic -pthread"




More information about the MPlayer-cvslog mailing list