[MPlayer-cvslog] r35206 - trunk/configure
    cehoyos 
    subversion at mplayerhq.hu
       
    Fri Sep 21 09:55:56 CEST 2012
    
    
  
Author: cehoyos
Date: Fri Sep 21 09:55:55 2012
New Revision: 35206
Log:
Prevent $@ expansion in cat > <<EOF
Fixes compilation.
Patch by Wang YanQing, udknight gmail
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Sep 21 00:31:06 2012	(r35205)
+++ trunk/configure	Fri Sep 21 09:55:55 2012	(r35206)
@@ -8121,7 +8121,7 @@ CONFDIR = \$(DESTDIR)$_confdir
 
 AR      = $_ar
 ARFLAGS = rc
-AR_O    = $@
+AR_O    = \$@
 AS      = $_cc
 CC      = $_cc
 CXX     = $_cc
    
    
More information about the MPlayer-cvslog
mailing list