[MPlayer-cvslog] r24078 - trunk/configure
mhoffman
subversion at mplayerhq.hu
Thu Aug 16 14:41:01 CEST 2007
Author: mhoffman
Date: Thu Aug 16 14:41:01 2007
New Revision: 24078
Log:
allow setting of ar from the commandline of configure
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 16 14:41:01 2007
@@ -483,6 +483,7 @@ _install=install
_ranlib=ranlib
_ldconfig=ldconfig
_cc=cc
+_ar=ar
test "$CC" && _cc="$CC"
_gcc_check=yes
_as=auto
@@ -760,6 +761,9 @@ for ac_option do
--as=*)
_as=`echo $ac_option | cut -d '=' -f 2`
;;
+ --ar=*)
+ _ar=`echo $ac_option | cut -d '=' -f 2`
+ ;;
--charset=*)
_charset=`echo $ac_option | cut -d '=' -f 2`
;;
@@ -7483,6 +7487,7 @@ CONFDIR = \$(DESTDIR)$_confdir
LIBDIR = \$(DESTDIR)$_libdir
# FFmpeg uses libdir instead of LIBDIR
libdir = \$(LIBDIR)
+AR = $_ar
CC = $_cc
CXX = $_cc
HOST_CC = $_host_cc
More information about the MPlayer-cvslog
mailing list